Html Css Color HEX #D6C7A7 Double Spanish White

📋 copy color: '#D6C7A7'

red 214 ◦ green 199 ◦ blue 167

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

Shades of Double Spanish White #D6C7A7

Tints of Double Spanish White #D6C7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.79%

R = 36.9%
G = 34.31%
B = 28.79%

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

#D6C7A7 (or 0xD6C7A7) is known color: Double Spanish White. HEX triplet: D6, C7 and A7. RGB value is (214,199,167). Sum of RGB (Red+Green+Blue) = 214+199+167=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C7A7 is #293858. Grayscale: #C7C7C7. Windows color (decimal): -2701401 or 10995670. OLE color: 10995670.

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

Color convert

RGB 214 199 167 -
CMYK 0 0.07 0.22 0.16
HSL 40.85º 0.36% 0.75% -
HSV(B) 40.85º 0.22% 0.84% -
XYZ 55.13 57.93 44.84 -
YUV 199.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 214 199 167 0 0.07 0.22 0.16 40.85 0.36 0.75
Hex D6 C7 A7 0 7 16 10 29 24 4B
Octal 326 307 247 0 7 26 20 51 44 113
Binary 11010110 11000111 10100111 0 111 10110 10000 101001 100100 1001011

Color Harmonies of #D6C7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7A7

Black with #D6C7A7

Text Example


Text Example

White with #D6C7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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