Html Css Color HEX #D5C2A4 Double Spanish White

📋 copy color: '#D5C2A4'

red 213 ◦ green 194 ◦ blue 164

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

Shades of Double Spanish White #D5C2A4

Tints of Double Spanish White #D5C2A4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 164 (64.45% from 255) = 28.72%

R = 37.3%
G = 33.98%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5C2A4 (or 0xD5C2A4) is known color: Double Spanish White. HEX triplet: D5, C2 and A4. RGB value is (213,194,164). Sum of RGB (Red+Green+Blue) = 213+194+164=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C2A4 is #2A3D5B. Grayscale: #C4C4C4. Windows color (decimal): -2768220 or 10797781. OLE color: 10797781.

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

Color convert

RGB 213 194 164 -
CMYK 0 0.09 0.23 0.16
HSL 36.73º 0.37% 0.74% -
HSV(B) 36.73º 0.23% 0.84% -
XYZ 53.43 55.41 43 -
YUV 196.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 213 194 164 0 0.09 0.23 0.16 36.73 0.37 0.74
Hex D5 C2 A4 0 9 17 10 25 25 4A
Octal 325 302 244 0 11 27 20 45 45 112
Binary 11010101 11000010 10100100 0 1001 10111 10000 100101 100101 1001010

Color Harmonies of #D5C2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2A4

Black with #D5C2A4

Text Example


Text Example

White with #D5C2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2A4; }

 p { color: rgb(213,194,164); }

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

background-color css

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

 a { background-color: rgb(213,194,164); }

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

border-color css

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

 span { border-color: rgb(213,194,164); }

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