Html Css Color HEX #D5B29F Cashmere

📋 copy color: '#D5B29F'

red 213 ◦ green 178 ◦ blue 159

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

Shades of Cashmere #D5B29F

Tints of Cashmere #D5B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

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

R = 38.73%
G = 32.36%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5B29F (or 0xD5B29F) is known color: Cashmere. HEX triplet: D5, B2 and 9F. RGB value is (213,178,159). Sum of RGB (Red+Green+Blue) = 213+178+159=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B29F is #2A4D60. Grayscale: #BABABA. Windows color (decimal): -2772321 or 10466005. OLE color: 10466005.

HSL color Cylindrical-coordinate representation of color #D5B29F: hue angle of 21.11º 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 #D5B29F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 159 -
CMYK 0 0.16 0.25 0.16
HSL 21.11º 0.39% 0.73% -
HSV(B) 21.11º 0.25% 0.84% -
XYZ 49.62 48.49 39.55 -
YUV 186.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 213 178 159 0 0.16 0.25 0.16 21.11 0.39 0.73
Hex D5 B2 9F 0 10 19 10 15 27 49
Octal 325 262 237 0 20 31 20 25 47 111
Binary 11010101 10110010 10011111 0 10000 11001 10000 10101 100111 1001001

Color Harmonies of #D5B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B29F

Black with #D5B29F

Text Example


Text Example

White with #D5B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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