Html Css Color HEX #D6C7A6 Double Spanish White

📋 copy color: '#D6C7A6'

red 214 ◦ green 199 ◦ blue 166

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

Shades of Double Spanish White #D6C7A6

Tints of Double Spanish White #D6C7A6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.37%

 BLUE value IS 166 (65.23% from 255) = 28.67%

R = 36.96%
G = 34.37%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6C7A6 (or 0xD6C7A6) is known color: Double Spanish White. HEX triplet: D6, C7 and A6. RGB value is (214,199,166). Sum of RGB (Red+Green+Blue) = 214+199+166=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C7A6 is #293859. Grayscale: #C7C7C7. Windows color (decimal): -2701402 or 10930134. OLE color: 10930134.

HSL color Cylindrical-coordinate representation of color #D6C7A6: hue angle of 41.25º degrees, saturation: 0.37, 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 #D6C7A6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 166 -
CMYK 0 0.07 0.22 0.16
HSL 41.25º 0.37% 0.75% -
HSV(B) 41.25º 0.22% 0.84% -
XYZ 55.04 57.9 44.35 -
YUV 199.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 214 199 166 0 0.07 0.22 0.16 41.25 0.37 0.75
Hex D6 C7 A6 0 7 16 10 29 25 4B
Octal 326 307 246 0 7 26 20 51 45 113
Binary 11010110 11000111 10100110 0 111 10110 10000 101001 100101 1001011

Color Harmonies of #D6C7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7A6

Black with #D6C7A6

Text Example


Text Example

White with #D6C7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7A6; }

 p { color: rgb(214,199,166); }

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

background-color css

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

 a { background-color: rgb(214,199,166); }

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

border-color css

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

 span { border-color: rgb(214,199,166); }

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