#D0CD90

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

Shades of Deco #D0CD90

Tints of Deco #D0CD90

Color information

#D0CD90 (or 0xD0CD90) is unknown color: approx Deco. HEX triplet: D0, CD and 90. RGB value is (208,205,144). Sum of RGB (Red+Green+Blue) = 208+205+144=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD90 is #2F326F. Grayscale: #C7C7C7. Windows color (decimal): -3093104 or 9489872. OLE color: 9489872.

HSL color Cylindrical-coordinate representation of color #D0CD90: hue angle of 57.19º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0CD90 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208205144-
CMYK00.010.310.18
HSL57.19º40.51%69.02%-
HSV(B)57.19º30.77%81.57%-
XYZ52.8859.0935-
YUV198.9496.99134.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=37.34%
G=36.80%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820514400.010.310.1857.1940.5169.02
HexD0CD90011F12392945
Octal3203152200137227151105
Binary1101000011001101100100000111111100101110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD90; }

 p { color: rgb(208,205,144); }

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

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

 a { background-color: rgb(208,205,144); }

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

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

 span { border-color: rgb(208,205,144); }

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