Html Css Color HEX #D7C5A6 Double Spanish White

📋 copy color: '#D7C5A6'

red 215 ◦ green 197 ◦ blue 166

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

Shades of Double Spanish White #D7C5A6

Tints of Double Spanish White #D7C5A6

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

 GREEN value IS 197 (77.34% from 255) = 34.08%

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

R = 37.2%
G = 34.08%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D7C5A6 (or 0xD7C5A6) is known color: Double Spanish White. HEX triplet: D7, C5 and A6. RGB value is (215,197,166). Sum of RGB (Red+Green+Blue) = 215+197+166=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C5A6 is #283A59. Grayscale: #C6C6C6. Windows color (decimal): -2636378 or 10929623. OLE color: 10929623.

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

Color convert

RGB 215 197 166 -
CMYK 0 0.08 0.23 0.16
HSL 37.96º 0.38% 0.75% -
HSV(B) 37.96º 0.23% 0.84% -
XYZ 54.87 57.13 44.21 -
YUV 198.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 215 197 166 0 0.08 0.23 0.16 37.96 0.38 0.75
Hex D7 C5 A6 0 8 17 10 26 26 4B
Octal 327 305 246 0 10 27 20 46 46 113
Binary 11010111 11000101 10100110 0 1000 10111 10000 100110 100110 1001011

Color Harmonies of #D7C5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C5A6

Black with #D7C5A6

Text Example


Text Example

White with #D7C5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C5A6; }

 p { color: rgb(215,197,166); }

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

background-color css

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

 a { background-color: rgb(215,197,166); }

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

border-color css

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

 span { border-color: rgb(215,197,166); }

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