Html Css Color HEX #D2B49B Cashmere

📋 copy color: '#D2B49B'

red 210 ◦ green 180 ◦ blue 155

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

Shades of Cashmere #D2B49B

Tints of Cashmere #D2B49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.03%

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

R = 38.53%
G = 33.03%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2B49B (or 0xD2B49B) is known color: Cashmere. HEX triplet: D2, B4 and 9B. RGB value is (210,180,155). Sum of RGB (Red+Green+Blue) = 210+180+155=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B49B is #2D4B64. Grayscale: #BABABA. Windows color (decimal): -2968421 or 10204370. OLE color: 10204370.

HSL color Cylindrical-coordinate representation of color #D2B49B: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2B49B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 155 -
CMYK 0 0.14 0.26 0.18
HSL 27.27º 0.38% 0.72% -
HSV(B) 27.27º 0.26% 0.82% -
XYZ 48.82 48.71 37.84 -
YUV 186.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 210 180 155 0 0.14 0.26 0.18 27.27 0.38 0.72
Hex D2 B4 9B 0 E 1A 12 1B 26 48
Octal 322 264 233 0 16 32 22 33 46 110
Binary 11010010 10110100 10011011 0 1110 11010 10010 11011 100110 1001000

Color Harmonies of #D2B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B49B

Black with #D2B49B

Text Example


Text Example

White with #D2B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B49B; }

 p { color: rgb(210,180,155); }

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

background-color css

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

 a { background-color: rgb(210,180,155); }

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

border-color css

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

 span { border-color: rgb(210,180,155); }

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