#D6C9A7

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

Shades of Double Spanish White #D6C9A7

Tints of Double Spanish White #D6C9A7

Color information

#D6C9A7 (or 0xD6C9A7) is unknown color: approx Double Spanish White. HEX triplet: D6, C9 and A7. RGB value is (214,201,167). Sum of RGB (Red+Green+Blue) = 214+201+167=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C9A7 is #293658. Grayscale: #C9C9C9. Windows color (decimal): -2700889 or 10996182. OLE color: 10996182.

HSL color Cylindrical-coordinate representation of color #D6C9A7: hue angle of 43.4º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6C9A7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214201167-
CMYK00.060.220.16
HSL43.4º36.43%74.71%-
HSV(B)43.4º21.96%83.92%-
XYZ55.5958.8644.99-
YUV201.01108.81137.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 167 (65.62% from 255) = 28.69%
R=36.77%
G=34.54%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420116700.060.220.1643.436.4374.71
HexD6C9A70616102b244b
Octal3263112470626205344113
Binary110101101100100110100111011010110100001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9A7; }

 p { color: rgb(214,201,167); }

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

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

 a { background-color: rgb(214,201,167); }

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

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

 span { border-color: rgb(214,201,167); }

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