Html Css Color HEX #D0D376 Deco

📋 copy color: '#D0D376'

red 208 ◦ green 211 ◦ blue 118

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

Shades of Deco #D0D376

Tints of Deco #D0D376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 38.73%
G = 39.29%
B = 21.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D0D376 (or 0xD0D376) is known color: Deco. HEX triplet: D0, D3 and 76. RGB value is (208,211,118). Sum of RGB (Red+Green+Blue) = 208+211+118=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D376 is #2F2C89. Grayscale: #C7C7C7. Windows color (decimal): -3091594 or 7787472. OLE color: 7787472.

HSL color Cylindrical-coordinate representation of color #D0D376: hue angle of 61.94º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D376 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 118 -
CMYK 0.01 0 0.44 0.17
HSL 61.94º 0.51% 0.65% -
HSV(B) 61.94º 0.44% 0.83% -
XYZ 52.58 61.31 26.2 -
YUV 199.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 208 211 118 0.01 0 0.44 0.17 61.94 0.51 0.65
Hex D0 D3 76 1 0 2C 11 3E 33 41
Octal 320 323 166 1 0 54 21 76 63 101
Binary 11010000 11010011 1110110 1 0 101100 10001 111110 110011 1000001

Color Harmonies of #D0D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D376

Black with #D0D376

Text Example


Text Example

White with #D0D376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D376; }

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

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

background-color css

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

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

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

border-color css

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

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

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