Html Css Color HEX #D5C29F Double Spanish White

📋 copy color: '#D5C29F'

red 213 ◦ green 194 ◦ blue 159

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

Shades of Double Spanish White #D5C29F

Tints of Double Spanish White #D5C29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.09%

R = 37.63%
G = 34.28%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5C29F (or 0xD5C29F) is known color: Double Spanish White. HEX triplet: D5, C2 and 9F. RGB value is (213,194,159). Sum of RGB (Red+Green+Blue) = 213+194+159=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C29F is #2A3D60. Grayscale: #C3C3C3. Windows color (decimal): -2768225 or 10470101. OLE color: 10470101.

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

Color convert

RGB 213 194 159 -
CMYK 0 0.09 0.25 0.16
HSL 38.89º 0.39% 0.73% -
HSV(B) 38.89º 0.25% 0.84% -
XYZ 52.99 55.23 40.67 -
YUV 195.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 213 194 159 0 0.09 0.25 0.16 38.89 0.39 0.73
Hex D5 C2 9F 0 9 19 10 27 27 49
Octal 325 302 237 0 11 31 20 47 47 111
Binary 11010101 11000010 10011111 0 1001 11001 10000 100111 100111 1001001

Color Harmonies of #D5C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C29F

Black with #D5C29F

Text Example


Text Example

White with #D5C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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