Html Css Color HEX #D4C49E Double Spanish White

📋 copy color: '#D4C49E'

red 212 ◦ green 196 ◦ blue 158

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

Shades of Double Spanish White #D4C49E

Tints of Double Spanish White #D4C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.63%

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 37.46%
G = 34.63%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4C49E (or 0xD4C49E) is known color: Double Spanish White. HEX triplet: D4, C4 and 9E. RGB value is (212,196,158). Sum of RGB (Red+Green+Blue) = 212+196+158=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C49E is #2B3B61. Grayscale: #C4C4C4. Windows color (decimal): -2833250 or 10405076. OLE color: 10405076.

HSL color Cylindrical-coordinate representation of color #D4C49E: hue angle of 42.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4C49E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 196 158 -
CMYK 0 0.08 0.25 0.17
HSL 42.22º 0.39% 0.73% -
HSV(B) 42.22º 0.25% 0.83% -
XYZ 53.06 55.95 40.35 -
YUV 196.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 212 196 158 0 0.08 0.25 0.17 42.22 0.39 0.73
Hex D4 C4 9E 0 8 19 11 2A 27 49
Octal 324 304 236 0 10 31 21 52 47 111
Binary 11010100 11000100 10011110 0 1000 11001 10001 101010 100111 1001001

Color Harmonies of #D4C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C49E

Black with #D4C49E

Text Example


Text Example

White with #D4C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C49E; }

 p { color: rgb(212,196,158); }

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

background-color css

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

 a { background-color: rgb(212,196,158); }

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

border-color css

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

 span { border-color: rgb(212,196,158); }

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