#D0D388

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

Shades of Deco #D0D388

Tints of Deco #D0D388

Color information

#D0D388 (or 0xD0D388) is unknown color: approx Deco. HEX triplet: D0, D3 and 88. RGB value is (208,211,136). Sum of RGB (Red+Green+Blue) = 208+211+136=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D388 is #2F2C77. Grayscale: #C9C9C9. Windows color (decimal): -3091576 or 8967120. OLE color: 8967120.

HSL color Cylindrical-coordinate representation of color #D0D388: hue angle of 62.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0D388 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB208211136-
CMYK0.0100.360.17
HSL62.4º46.01%68.04%-
HSV(B)62.4º35.55%82.75%-
XYZ53.7561.7832.38-
YUV201.5591.01132.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=37.48%
G=38.02%
B=24.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111360.0100.360.1762.446.0168.04
HexD0D3881024113e2e44
Octal3203232101044217656104
Binary11010000110100111000100010100100100011111101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D388; }

 p { color: rgb(208,211,136); }

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

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

 a { background-color: rgb(208,211,136); }

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

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

 span { border-color: rgb(208,211,136); }

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