Html Css Color HEX #D5C6AA Double Spanish White

📋 copy color: '#D5C6AA'

red 213 ◦ green 198 ◦ blue 170

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

Shades of Double Spanish White #D5C6AA

Tints of Double Spanish White #D5C6AA

RGB

 RED value IS 213 (83.59% from 255) = 36.66%

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

 BLUE value IS 170 (66.8% from 255) = 29.26%

R = 36.66%
G = 34.08%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5C6AA (or 0xD5C6AA) is known color: Double Spanish White. HEX triplet: D5, C6 and AA. RGB value is (213,198,170). Sum of RGB (Red+Green+Blue) = 213+198+170=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C6AA is #2A3955. Grayscale: #C7C7C7. Windows color (decimal): -2767190 or 11192021. OLE color: 11192021.

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

Color convert

RGB 213 198 170 -
CMYK 0 0.07 0.20 0.16
HSL 39.07º 0.34% 0.75% -
HSV(B) 39.07º 0.2% 0.84% -
XYZ 54.89 57.44 46.22 -
YUV 199.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 213 198 170 0 0.07 0.20 0.16 39.07 0.34 0.75
Hex D5 C6 AA 0 7 14 10 27 22 4B
Octal 325 306 252 0 7 24 20 47 42 113
Binary 11010101 11000110 10101010 0 111 10100 10000 100111 100010 1001011

Color Harmonies of #D5C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6AA

Black with #D5C6AA

Text Example


Text Example

White with #D5C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6AA; }

 p { color: rgb(213,198,170); }

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

background-color css

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

 a { background-color: rgb(213,198,170); }

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

border-color css

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

 span { border-color: rgb(213,198,170); }

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