#D1CC74

Color #D1CC74 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D1CC74

Tints of Deco #D1CC74

Color information

#D1CC74 (or 0xD1CC74) is unknown color: approx Deco. HEX triplet: D1, CC and 74. RGB value is (209,204,116). Sum of RGB (Red+Green+Blue) = 209+204+116=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC74 is #2E338B. Grayscale: #C3C3C3. Windows color (decimal): -3027852 or 7654609. OLE color: 7654609.

HSL color Cylindrical-coordinate representation of color #D1CC74: hue angle of 56.77º 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 #D1CC74 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209204116-
CMYK00.020.440.18
HSL56.77º50.27%63.73%-
HSV(B)56.77º44.5%81.96%-
XYZ51.045825.03-
YUV195.4683.16137.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=39.51%
G=38.56%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920411600.020.440.1856.7750.2763.73
HexD1CC74022C12393240
Octal3213141640254227162100
Binary11010001110011001110100010101100100101110011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC74; }

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

 H1.HeaderClassName
 {
   color: #D1CC74;
 }
 .AnyTagClassName
 {
   color: #D1CC74;
 }
</style>
background-color css

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

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

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

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

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

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