Html Css Color HEX #D9CC5E Manz

📋 copy color: '#D9CC5E'

red 217 ◦ green 204 ◦ blue 94

#D9CC5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #D9CC5E

Tints of Manz #D9CC5E

RGB

 RED value IS 217 (85.16% from 255) = 42.14%

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 42.14%
G = 39.61%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9CC5E (or 0xD9CC5E) is known color: Manz. HEX triplet: D9, CC and 5E. RGB value is (217,204,94). Sum of RGB (Red+Green+Blue) = 217+204+94=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC5E is #2633A1. Grayscale: #C3C3C3. Windows color (decimal): -2503586 or 6212825. OLE color: 6212825.

HSL color Cylindrical-coordinate representation of color #D9CC5E: hue angle of 53.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9CC5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 94 -
CMYK 0 0.06 0.57 0.15
HSL 53.66º 0.62% 0.61% -
HSV(B) 53.66º 0.57% 0.85% -
XYZ 52.23 58.75 19.18 -
YUV 195.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 217 204 94 0 0.06 0.57 0.15 53.66 0.62 0.61
Hex D9 CC 5E 0 6 39 F 36 3E 3D
Octal 331 314 136 0 6 71 17 66 76 75
Binary 11011001 11001100 1011110 0 110 111001 1111 110110 111110 111101

Color Harmonies of #D9CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC5E

Black with #D9CC5E

Text Example


Text Example

White with #D9CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC5E; }

 p { color: rgb(217,204,94); }

 H1.HeaderClassName
 {
   color: #D9CC5E;
 }
 .AnyTagClassName
 {
   color: #D9CC5E;
 }
</style>

background-color css

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

 a { background-color: rgb(217,204,94); }

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

border-color css

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

 span { border-color: rgb(217,204,94); }

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