Html Css Color HEX #D5C29B Double Spanish White

📋 copy color: '#D5C29B'

red 213 ◦ green 194 ◦ blue 155

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

Shades of Double Spanish White #D5C29B

Tints of Double Spanish White #D5C29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.58%

R = 37.9%
G = 34.52%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5C29B (or 0xD5C29B) is known color: Double Spanish White. HEX triplet: D5, C2 and 9B. RGB value is (213,194,155). Sum of RGB (Red+Green+Blue) = 213+194+155=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C29B is #2A3D64. Grayscale: #C3C3C3. Windows color (decimal): -2768229 or 10207957. OLE color: 10207957.

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

Color convert

RGB 213 194 155 -
CMYK 0 0.09 0.27 0.16
HSL 40.34º 0.41% 0.72% -
HSV(B) 40.34º 0.27% 0.84% -
XYZ 52.65 55.1 38.87 -
YUV 195.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 213 194 155 0 0.09 0.27 0.16 40.34 0.41 0.72
Hex D5 C2 9B 0 9 1B 10 28 29 48
Octal 325 302 233 0 11 33 20 50 51 110
Binary 11010101 11000010 10011011 0 1001 11011 10000 101000 101001 1001000

Color Harmonies of #D5C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C29B

Black with #D5C29B

Text Example


Text Example

White with #D5C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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