Html Css Color HEX #D4C6AA Double Spanish White

📋 copy color: '#D4C6AA'

red 212 ◦ green 198 ◦ blue 170

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

Shades of Double Spanish White #D4C6AA

Tints of Double Spanish White #D4C6AA

RGB

 RED value IS 212 (83.2% from 255) = 36.55%

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

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

R = 36.55%
G = 34.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4C6AA (or 0xD4C6AA) is known color: Double Spanish White. HEX triplet: D4, C6 and AA. RGB value is (212,198,170). Sum of RGB (Red+Green+Blue) = 212+198+170=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C6AA is #2B3955. Grayscale: #C7C7C7. Windows color (decimal): -2832726 or 11192020. OLE color: 11192020.

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

Color convert

RGB 212 198 170 -
CMYK 0 0.07 0.20 0.17
HSL 40º 0.33% 0.75% -
HSV(B) 40º 0.2% 0.83% -
XYZ 54.6 57.29 46.21 -
YUV 198.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 212 198 170 0 0.07 0.20 0.17 40 0.33 0.75
Hex D4 C6 AA 0 7 14 11 28 21 4B
Octal 324 306 252 0 7 24 21 50 41 113
Binary 11010100 11000110 10101010 0 111 10100 10001 101000 100001 1001011

Color Harmonies of #D4C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6AA

Black with #D4C6AA

Text Example


Text Example

White with #D4C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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