#D4C69E

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

Shades of Double Spanish White #D4C69E

Tints of Double Spanish White #D4C69E

Color information

#D4C69E (or 0xD4C69E) is unknown color: approx Double Spanish White. HEX triplet: D4, C6 and 9E. RGB value is (212,198,158). Sum of RGB (Red+Green+Blue) = 212+198+158=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C69E is #2B3961. Grayscale: #C5C5C5. Windows color (decimal): -2832738 or 10405588. OLE color: 10405588.

HSL color Cylindrical-coordinate representation of color #D4C69E: hue angle of 44.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4C69E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212198158-
CMYK00.070.250.17
HSL44.44º38.57%72.55%-
HSV(B)44.44º25.47%83.14%-
XYZ53.5256.8540.5-
YUV197.63105.64138.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=37.32%
G=34.86%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219815800.070.250.1744.4438.5772.55
HexD4C69E0719112c2749
Octal3243062360731215447111
Binary110101001100011010011110011111001100011011001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C69E; }

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

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

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

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

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

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

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

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