#D5C69E

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

Shades of Double Spanish White #D5C69E

Tints of Double Spanish White #D5C69E

Color information

#D5C69E (or 0xD5C69E) is unknown color: approx Double Spanish White. HEX triplet: D5, C6 and 9E. RGB value is (213,198,158). Sum of RGB (Red+Green+Blue) = 213+198+158=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C69E is #2A3961. Grayscale: #C6C6C6. Windows color (decimal): -2767202 or 10405589. OLE color: 10405589.

HSL color Cylindrical-coordinate representation of color #D5C69E: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5C69E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213198158-
CMYK00.070.260.16
HSL43.64º39.57%72.75%-
HSV(B)43.64º25.82%83.53%-
XYZ53.815740.51-
YUV197.92105.47138.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=37.43%
G=34.80%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319815800.070.260.1643.6439.5772.75
HexD5C69E071A102c2849
Octal3253062360732205450111
Binary110101011100011010011110011111010100001011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C69E; }

 p { color: rgb(213,198,158); }

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

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

 a { background-color: rgb(213,198,158); }

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

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

 span { border-color: rgb(213,198,158); }

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