#DDCE5A

Color #DDCE5A Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DDCE5A

Tints of Manz #DDCE5A

Color information

#DDCE5A (or 0xDDCE5A) is unknown color: approx Manz. HEX triplet: DD, CE and 5A. RGB value is (221,206,90). Sum of RGB (Red+Green+Blue) = 221+206+90=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE5A is #2231A5. Grayscale: #C5C5C5. Windows color (decimal): -2240934 or 5951197. OLE color: 5951197.

HSL color Cylindrical-coordinate representation of color #DDCE5A: hue angle of 53.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDCE5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22120690-
CMYK00.070.590.13
HSL53.13º65.83%60.98%-
HSV(B)53.13º59.28%86.67%-
XYZ53.7460.2518.47-
YUV197.2667.47144.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 90 (35.55% from 255) = 17.41%
R=42.75%
G=39.85%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212069000.070.590.1353.1365.8360.98
HexDDCE5A073BD35423d
Octal3353161320773156510275
Binary11011101110011101011010011111101111011101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE5A; }

 p { color: rgb(221,206,90); }

 H1.HeaderClassName
 {
   color: #DDCE5A;
 }
 .AnyTagClassName
 {
   color: #DDCE5A;
 }
</style>
background-color css

<style>
 a { background-color: #DDCE5A; }

 a { background-color: rgb(221,206,90); }

 div.DivClassName
 {
   background-color: #DDCE5A;
 }
 .BgClassName
 {
   background-color: #DDCE5A;
 }
</style>
border-color css

<style>
 span { border-color: #DDCE5A; }

 span { border-color: rgb(221,206,90); }

 td.TdClassName
 {
   border-color: #DDCE5A;
 }
 .TagClassName
 {
   border-color: #DDCE5A;
 }
</style>