Html Css Color HEX #D1CC76 Deco

📋 copy color: '#D1CC76'

red 209 ◦ green 204 ◦ blue 118

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

Shades of Deco #D1CC76

Tints of Deco #D1CC76

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

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

R = 39.36%
G = 38.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1CC76 (or 0xD1CC76) is known color: Deco. HEX triplet: D1, CC and 76. RGB value is (209,204,118). Sum of RGB (Red+Green+Blue) = 209+204+118=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC76 is #2E3389. Grayscale: #C4C4C4. Windows color (decimal): -3027850 or 7785681. OLE color: 7785681.

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

Color convert

RGB 209 204 118 -
CMYK 0 0.02 0.44 0.18
HSL 56.7º 0.5% 0.64% -
HSV(B) 56.7º 0.44% 0.82% -
XYZ 51.16 58.05 25.65 -
YUV 195.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 209 204 118 0 0.02 0.44 0.18 56.7 0.5 0.64
Hex D1 CC 76 0 2 2C 12 39 32 40
Octal 321 314 166 0 2 54 22 71 62 100
Binary 11010001 11001100 1110110 0 10 101100 10010 111001 110010 1000000

Color Harmonies of #D1CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC76

Black with #D1CC76

Text Example


Text Example

White with #D1CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC76; }

 p { color: rgb(209,204,118); }

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

background-color css

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

 a { background-color: rgb(209,204,118); }

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

border-color css

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

 span { border-color: rgb(209,204,118); }

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