Html Css Color HEX #D0CC89 Deco

📋 copy color: '#D0CC89'

red 208 ◦ green 204 ◦ blue 137

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

Shades of Deco #D0CC89

Tints of Deco #D0CC89

RGB

 RED value IS 208 (81.64% from 255) = 37.89%

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

 BLUE value IS 137 (53.91% from 255) = 24.95%

R = 37.89%
G = 37.16%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0CC89 (or 0xD0CC89) is known color: Deco. HEX triplet: D0, CC and 89. RGB value is (208,204,137). Sum of RGB (Red+Green+Blue) = 208+204+137=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC89 is #2F3376. Grayscale: #C5C5C5. Windows color (decimal): -3093367 or 9030864. OLE color: 9030864.

HSL color Cylindrical-coordinate representation of color #D0CC89: hue angle of 56.62º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0CC89 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 137 -
CMYK 0 0.02 0.34 0.18
HSL 56.62º 0.43% 0.68% -
HSV(B) 56.62º 0.34% 0.82% -
XYZ 52.12 58.4 32.19 -
YUV 197.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 208 204 137 0 0.02 0.34 0.18 56.62 0.43 0.68
Hex D0 CC 89 0 2 22 12 39 2B 44
Octal 320 314 211 0 2 42 22 71 53 104
Binary 11010000 11001100 10001001 0 10 100010 10010 111001 101011 1000100

Color Harmonies of #D0CC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC89

Black with #D0CC89

Text Example


Text Example

White with #D0CC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC89; }

 p { color: rgb(208,204,137); }

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

background-color css

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

 a { background-color: rgb(208,204,137); }

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

border-color css

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

 span { border-color: rgb(208,204,137); }

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