Html Css Color HEX #D5B29A Cashmere

📋 copy color: '#D5B29A'

red 213 ◦ green 178 ◦ blue 154

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

Shades of Cashmere #D5B29A

Tints of Cashmere #D5B29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 39.08%
G = 32.66%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5B29A (or 0xD5B29A) is known color: Cashmere. HEX triplet: D5, B2 and 9A. RGB value is (213,178,154). Sum of RGB (Red+Green+Blue) = 213+178+154=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B29A is #2A4D65. Grayscale: #B9B9B9. Windows color (decimal): -2772326 or 10138325. OLE color: 10138325.

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

Color convert

RGB 213 178 154 -
CMYK 0 0.16 0.28 0.16
HSL 24.41º 0.41% 0.72% -
HSV(B) 24.41º 0.28% 0.84% -
XYZ 49.19 48.32 37.31 -
YUV 185.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 213 178 154 0 0.16 0.28 0.16 24.41 0.41 0.72
Hex D5 B2 9A 0 10 1C 10 18 29 48
Octal 325 262 232 0 20 34 20 30 51 110
Binary 11010101 10110010 10011010 0 10000 11100 10000 11000 101001 1001000

Color Harmonies of #D5B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B29A

Black with #D5B29A

Text Example


Text Example

White with #D5B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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