#D0D175

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

Shades of Deco #D0D175

Tints of Deco #D0D175

Color information

#D0D175 (or 0xD0D175) is unknown color: approx Deco. HEX triplet: D0, D1 and 75. RGB value is (208,209,117). Sum of RGB (Red+Green+Blue) = 208+209+117=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D175 is #2F2E8A. Grayscale: #C6C6C6. Windows color (decimal): -3092107 or 7721424. OLE color: 7721424.

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

Color convert

RGB208209117-
CMYK0.0000.440.18
HSL60.65º50%63.92%-
HSV(B)60.65º44.02%81.96%-
XYZ52.0260.325.73-
YUV198.2182.17134.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=38.95%
G=39.14%
B=21.91%

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
Decimal2082091170.0000.440.1860.655063.92
HexD0D175002C123d3240
Octal3203211650054227562100
Binary1101000011010001111010100101100100101111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D175; }

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

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

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

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

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

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

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

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