#D5C09B

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

Shades of Double Spanish White #D5C09B

Tints of Double Spanish White #D5C09B

Color information

#D5C09B (or 0xD5C09B) is unknown color: approx Double Spanish White. HEX triplet: D5, C0 and 9B. RGB value is (213,192,155). Sum of RGB (Red+Green+Blue) = 213+192+155=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C09B is #2A3F64. Grayscale: #C2C2C2. Windows color (decimal): -2768741 or 10207445. OLE color: 10207445.

HSL color Cylindrical-coordinate representation of color #D5C09B: hue angle of 38.28º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5C09B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213192155-
CMYK00.100.270.16
HSL38.28º40.85%72.16%-
HSV(B)38.28º27.23%83.53%-
XYZ52.2154.2138.72-
YUV194.06105.96141.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=38.04%
G=34.29%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319215500.100.270.1638.2840.8572.16
HexD5C09B0A1B10262948
Octal32530023301233204651110
Binary1101010111000000100110110101011011100001001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C09B; }

 p { color: rgb(213,192,155); }

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

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

 a { background-color: rgb(213,192,155); }

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

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

 span { border-color: rgb(213,192,155); }

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