#D7C69E

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

Shades of Double Spanish White #D7C69E

Tints of Double Spanish White #D7C69E

Color information

#D7C69E (or 0xD7C69E) is unknown color: approx Double Spanish White. HEX triplet: D7, C6 and 9E. RGB value is (215,198,158). Sum of RGB (Red+Green+Blue) = 215+198+158=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C69E is #283961. Grayscale: #C6C6C6. Windows color (decimal): -2636130 or 10405591. OLE color: 10405591.

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

Color convert

RGB215198158-
CMYK00.080.270.16
HSL42.11º41.61%73.14%-
HSV(B)42.11º26.51%84.31%-
XYZ54.3957.340.54-
YUV198.52105.13139.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=37.65%
G=34.68%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519815800.080.270.1642.1141.6173.14
HexD7C69E081B102a2a49
Octal32730623601033205252111
Binary1101011111000110100111100100011011100001010101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C69E; }

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

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

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

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

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

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

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

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