#D0C299

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

Shades of Double Spanish White #D0C299

Tints of Double Spanish White #D0C299

Color information

#D0C299 (or 0xD0C299) is unknown color: approx Double Spanish White. HEX triplet: D0, C2 and 99. RGB value is (208,194,153). Sum of RGB (Red+Green+Blue) = 208+194+153=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C299 is #2F3D66. Grayscale: #C1C1C1. Windows color (decimal): -3095911 or 10076880. OLE color: 10076880.

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

Color convert

RGB208194153-
CMYK00.070.260.18
HSL44.73º36.91%70.78%-
HSV(B)44.73º26.44%81.57%-
XYZ51.0554.2937.93-
YUV193.51105.14138.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 153 (60.16% from 255) = 27.57%
R=37.48%
G=34.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819415300.070.260.1844.7336.9170.78
HexD0C299071A122d2547
Octal3203022310732225545107
Binary110100001100001010011001011111010100101011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C299; }

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

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

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

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

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

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

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

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