#D5C399

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

Shades of Double Spanish White #D5C399

Tints of Double Spanish White #D5C399

Color information

#D5C399 (or 0xD5C399) is unknown color: approx Double Spanish White. HEX triplet: D5, C3 and 99. RGB value is (213,195,153). Sum of RGB (Red+Green+Blue) = 213+195+153=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C399 is #2A3C66. Grayscale: #C3C3C3. Windows color (decimal): -2767975 or 10077141. OLE color: 10077141.

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

Color convert

RGB213195153-
CMYK00.080.280.16
HSL42º41.67%71.76%-
HSV(B)42º28.17%83.53%-
XYZ52.7155.4838.07-
YUV195.59103.96140.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=37.97%
G=34.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319515300.080.280.164241.6771.76
HexD5C399081C102a2a48
Octal32530323101034205252110
Binary1101010111000011100110010100011100100001010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C399; }

 p { color: rgb(213,195,153); }

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

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

 a { background-color: rgb(213,195,153); }

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

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

 span { border-color: rgb(213,195,153); }

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