Html Css Color HEX #D9CC5C Manz

📋 copy color: '#D9CC5C'

red 217 ◦ green 204 ◦ blue 92

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

Shades of Manz #D9CC5C

Tints of Manz #D9CC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 42.3%
G = 39.77%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9CC5C (or 0xD9CC5C) is known color: Manz. HEX triplet: D9, CC and 5C. RGB value is (217,204,92). Sum of RGB (Red+Green+Blue) = 217+204+92=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC5C is #2633A3. Grayscale: #C3C3C3. Windows color (decimal): -2503588 or 6081753. OLE color: 6081753.

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

Color convert

RGB 217 204 92 -
CMYK 0 0.06 0.58 0.15
HSL 53.76º 0.62% 0.61% -
HSV(B) 53.76º 0.58% 0.85% -
XYZ 52.14 58.71 18.71 -
YUV 195.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 217 204 92 0 0.06 0.58 0.15 53.76 0.62 0.61
Hex D9 CC 5C 0 6 3A F 36 3E 3D
Octal 331 314 134 0 6 72 17 66 76 75
Binary 11011001 11001100 1011100 0 110 111010 1111 110110 111110 111101

Color Harmonies of #D9CC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC5C

Black with #D9CC5C

Text Example


Text Example

White with #D9CC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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