#D0C29F

Color #D0C29F Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D0C29F

Tints of Double Spanish White #D0C29F

Color information

#D0C29F (or 0xD0C29F) is unknown color: approx Double Spanish White. HEX triplet: D0, C2 and 9F. RGB value is (208,194,159). Sum of RGB (Red+Green+Blue) = 208+194+159=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C29F is #2F3D60. Grayscale: #C2C2C2. Windows color (decimal): -3095905 or 10470096. OLE color: 10470096.

HSL color Cylindrical-coordinate representation of color #D0C29F: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C29F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB208194159-
CMYK00.070.240.18
HSL42.86º34.27%71.96%-
HSV(B)42.86º23.56%81.57%-
XYZ51.5654.540.6-
YUV194.2108.14137.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=37.08%
G=34.58%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819415900.070.240.1842.8634.2771.96
HexD0C29F0718122b2248
Octal3203022370730225342110
Binary110100001100001010011111011111000100101010111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C29F; }

 p { color: rgb(208,194,159); }

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

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

 a { background-color: rgb(208,194,159); }

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

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

 span { border-color: rgb(208,194,159); }

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