#D0D174

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

Shades of Deco #D0D174

Tints of Deco #D0D174

Color information

#D0D174 (or 0xD0D174) is unknown color: approx Deco. HEX triplet: D0, D1 and 74. RGB value is (208,209,116). Sum of RGB (Red+Green+Blue) = 208+209+116=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D174 is #2F2E8B. Grayscale: #C6C6C6. Windows color (decimal): -3092108 or 7655888. OLE color: 7655888.

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

Color convert

RGB208209116-
CMYK0.0000.440.18
HSL60.65º50.27%63.73%-
HSV(B)60.65º44.5%81.96%-
XYZ51.9760.2725.42-
YUV198.181.67135.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=39.02%
G=39.21%
B=21.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091160.0000.440.1860.6550.2763.73
HexD0D174002C123d3240
Octal3203211640054227562100
Binary1101000011010001111010000101100100101111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D174; }

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

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

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

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

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

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

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

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