Html Css Color HEX #D0D576 Deco

📋 copy color: '#D0D576'

red 208 ◦ green 213 ◦ blue 118

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

Shades of Deco #D0D576

Tints of Deco #D0D576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 118 (46.48% from 255) = 21.89%

R = 38.59%
G = 39.52%
B = 21.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D0D576 (or 0xD0D576) is known color: Deco. HEX triplet: D0, D5 and 76. RGB value is (208,213,118). Sum of RGB (Red+Green+Blue) = 208+213+118=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D576 is #2F2A89. Grayscale: #C9C9C9. Windows color (decimal): -3091082 or 7787984. OLE color: 7787984.

HSL color Cylindrical-coordinate representation of color #D0D576: hue angle of 63.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0D576 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 118 -
CMYK 0.02 0 0.45 0.16
HSL 63.16º 0.53% 0.65% -
HSV(B) 63.16º 0.45% 0.84% -
XYZ 53.08 62.31 26.37 -
YUV 200.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 208 213 118 0.02 0 0.45 0.16 63.16 0.53 0.65
Hex D0 D5 76 2 0 2D 10 3F 35 41
Octal 320 325 166 2 0 55 20 77 65 101
Binary 11010000 11010101 1110110 10 0 101101 10000 111111 110101 1000001

Color Harmonies of #D0D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D576

Black with #D0D576

Text Example


Text Example

White with #D0D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D576; }

 p { color: rgb(208,213,118); }

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

background-color css

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

 a { background-color: rgb(208,213,118); }

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

border-color css

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

 span { border-color: rgb(208,213,118); }

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