Html Css Color HEX #D2B191 Cashmere

📋 copy color: '#D2B191'

red 210 ◦ green 177 ◦ blue 145

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

Shades of Cashmere #D2B191

Tints of Cashmere #D2B191

RGB

 RED value IS 210 (82.42% from 255) = 39.47%

 GREEN value IS 177 (69.53% from 255) = 33.27%

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 39.47%
G = 33.27%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2B191 (or 0xD2B191) is known color: Cashmere. HEX triplet: D2, B1 and 91. RGB value is (210,177,145). Sum of RGB (Red+Green+Blue) = 210+177+145=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B191 is #2D4E6E. Grayscale: #B7B7B7. Windows color (decimal): -2969199 or 9548242. OLE color: 9548242.

HSL color Cylindrical-coordinate representation of color #D2B191: hue angle of 29.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B191 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 145 -
CMYK 0 0.16 0.31 0.18
HSL 29.54º 0.42% 0.7% -
HSV(B) 29.54º 0.31% 0.82% -
XYZ 47.41 47.19 33.4 -
YUV 183.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 210 177 145 0 0.16 0.31 0.18 29.54 0.42 0.7
Hex D2 B1 91 0 10 1F 12 1E 2A 46
Octal 322 261 221 0 20 37 22 36 52 106
Binary 11010010 10110001 10010001 0 10000 11111 10010 11110 101010 1000110

Color Harmonies of #D2B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B191

Black with #D2B191

Text Example


Text Example

White with #D2B191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B191; }

 p { color: rgb(210,177,145); }

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

background-color css

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

 a { background-color: rgb(210,177,145); }

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

border-color css

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

 span { border-color: rgb(210,177,145); }

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