Html Css Color HEX #D6C6A9 Double Spanish White

📋 copy color: '#D6C6A9'

red 214 ◦ green 198 ◦ blue 169

#D6C6A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Spanish White #D6C6A9

Tints of Double Spanish White #D6C6A9

RGB

 RED value IS 214 (83.98% from 255) = 36.83%

 GREEN value IS 198 (77.73% from 255) = 34.08%

 BLUE value IS 169 (66.41% from 255) = 29.09%

R = 36.83%
G = 34.08%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6C6A9 (or 0xD6C6A9) is known color: Double Spanish White. HEX triplet: D6, C6 and A9. RGB value is (214,198,169). Sum of RGB (Red+Green+Blue) = 214+198+169=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C6A9 is #293956. Grayscale: #C7C7C7. Windows color (decimal): -2701655 or 11126486. OLE color: 11126486.

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

Color convert

RGB 214 198 169 -
CMYK 0 0.07 0.21 0.16
HSL 38.67º 0.35% 0.75% -
HSV(B) 38.67º 0.21% 0.84% -
XYZ 55.09 57.55 45.74 -
YUV 199.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 214 198 169 0 0.07 0.21 0.16 38.67 0.35 0.75
Hex D6 C6 A9 0 7 15 10 27 23 4B
Octal 326 306 251 0 7 25 20 47 43 113
Binary 11010110 11000110 10101001 0 111 10101 10000 100111 100011 1001011

Color Harmonies of #D6C6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6A9

Black with #D6C6A9

Text Example


Text Example

White with #D6C6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6A9; }

 p { color: rgb(214,198,169); }

 H1.HeaderClassName
 {
   color: #D6C6A9;
 }
 .AnyTagClassName
 {
   color: #D6C6A9;
 }
</style>

background-color css

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

 a { background-color: rgb(214,198,169); }

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

border-color css

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

 span { border-color: rgb(214,198,169); }

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