Html Css Color HEX #D0CC88 Deco

📋 copy color: '#D0CC88'

red 208 ◦ green 204 ◦ blue 136

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

Shades of Deco #D0CC88

Tints of Deco #D0CC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.82%

R = 37.96%
G = 37.23%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0CC88 (or 0xD0CC88) is known color: Deco. HEX triplet: D0, CC and 88. RGB value is (208,204,136). Sum of RGB (Red+Green+Blue) = 208+204+136=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC88 is #2F3377. Grayscale: #C5C5C5. Windows color (decimal): -3093368 or 8965328. OLE color: 8965328.

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

Color convert

RGB 208 204 136 -
CMYK 0 0.02 0.35 0.18
HSL 56.67º 0.43% 0.67% -
HSV(B) 56.67º 0.35% 0.82% -
XYZ 52.05 58.37 31.82 -
YUV 197.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 208 204 136 0 0.02 0.35 0.18 56.67 0.43 0.67
Hex D0 CC 88 0 2 23 12 39 2B 43
Octal 320 314 210 0 2 43 22 71 53 103
Binary 11010000 11001100 10001000 0 10 100011 10010 111001 101011 1000011

Color Harmonies of #D0CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC88

Black with #D0CC88

Text Example


Text Example

White with #D0CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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