Html Css Color HEX #D0CD76 Deco

📋 copy color: '#D0CD76'

red 208 ◦ green 205 ◦ blue 118

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

Shades of Deco #D0CD76

Tints of Deco #D0CD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

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

R = 39.17%
G = 38.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0CD76 (or 0xD0CD76) is known color: Deco. HEX triplet: D0, CD and 76. RGB value is (208,205,118). Sum of RGB (Red+Green+Blue) = 208+205+118=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD76 is #2F3289. Grayscale: #C4C4C4. Windows color (decimal): -3093130 or 7785936. OLE color: 7785936.

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

Color convert

RGB 208 205 118 -
CMYK 0 0.01 0.43 0.18
HSL 58º 0.49% 0.64% -
HSV(B) 58º 0.43% 0.82% -
XYZ 51.11 58.38 25.71 -
YUV 195.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 208 205 118 0 0.01 0.43 0.18 58 0.49 0.64
Hex D0 CD 76 0 1 2B 12 3A 31 40
Octal 320 315 166 0 1 53 22 72 61 100
Binary 11010000 11001101 1110110 0 1 101011 10010 111010 110001 1000000

Color Harmonies of #D0CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD76

Black with #D0CD76

Text Example


Text Example

White with #D0CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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