Html Css Color HEX #D0CC80 Deco

📋 copy color: '#D0CC80'

red 208 ◦ green 204 ◦ blue 128

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

Shades of Deco #D0CC80

Tints of Deco #D0CC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.7%

R = 38.52%
G = 37.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0CC80 (or 0xD0CC80) is known color: Deco. HEX triplet: D0, CC and 80. RGB value is (208,204,128). Sum of RGB (Red+Green+Blue) = 208+204+128=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC80 is #2F337F. Grayscale: #C4C4C4. Windows color (decimal): -3093376 or 8441040. OLE color: 8441040.

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

Color convert

RGB 208 204 128 -
CMYK 0 0.02 0.38 0.18
HSL 57º 0.46% 0.66% -
HSV(B) 57º 0.38% 0.82% -
XYZ 51.5 58.15 28.93 -
YUV 196.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 208 204 128 0 0.02 0.38 0.18 57 0.46 0.66
Hex D0 CC 80 0 2 26 12 39 2E 42
Octal 320 314 200 0 2 46 22 71 56 102
Binary 11010000 11001100 10000000 0 10 100110 10010 111001 101110 1000010

Color Harmonies of #D0CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC80

Black with #D0CC80

Text Example


Text Example

White with #D0CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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