Html Css Color HEX #D5B09C Cashmere

📋 copy color: '#D5B09C'

red 213 ◦ green 176 ◦ blue 156

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

Shades of Cashmere #D5B09C

Tints of Cashmere #D5B09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 39.08%
G = 32.29%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5B09C (or 0xD5B09C) is known color: Cashmere. HEX triplet: D5, B0 and 9C. RGB value is (213,176,156). Sum of RGB (Red+Green+Blue) = 213+176+156=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B09C is #2A4F63. Grayscale: #B8B8B8. Windows color (decimal): -2772836 or 10268885. OLE color: 10268885.

HSL color Cylindrical-coordinate representation of color #D5B09C: hue angle of 21.05º degrees, saturation: 0.4, 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 #D5B09C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 156 -
CMYK 0 0.17 0.27 0.16
HSL 21.05º 0.4% 0.72% -
HSV(B) 21.05º 0.27% 0.84% -
XYZ 48.97 47.6 38.06 -
YUV 184.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 213 176 156 0 0.17 0.27 0.16 21.05 0.4 0.72
Hex D5 B0 9C 0 11 1B 10 15 28 48
Octal 325 260 234 0 21 33 20 25 50 110
Binary 11010101 10110000 10011100 0 10001 11011 10000 10101 101000 1001000

Color Harmonies of #D5B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B09C

Black with #D5B09C

Text Example


Text Example

White with #D5B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B09C; }

 p { color: rgb(213,176,156); }

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

background-color css

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

 a { background-color: rgb(213,176,156); }

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

border-color css

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

 span { border-color: rgb(213,176,156); }

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