Html Css Color HEX #D2B79B Cashmere

📋 copy color: '#D2B79B'

red 210 ◦ green 183 ◦ blue 155

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

Shades of Cashmere #D2B79B

Tints of Cashmere #D2B79B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.39%

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

R = 38.32%
G = 33.39%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2B79B (or 0xD2B79B) is known color: Cashmere. HEX triplet: D2, B7 and 9B. RGB value is (210,183,155). Sum of RGB (Red+Green+Blue) = 210+183+155=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B79B is #2D4864. Grayscale: #BCBCBC. Windows color (decimal): -2967653 or 10205138. OLE color: 10205138.

HSL color Cylindrical-coordinate representation of color #D2B79B: hue angle of 30.55º 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 #D2B79B is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 155 -
CMYK 0 0.13 0.26 0.18
HSL 30.55º 0.38% 0.72% -
HSV(B) 30.55º 0.26% 0.82% -
XYZ 49.43 49.94 38.04 -
YUV 187.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 210 183 155 0 0.13 0.26 0.18 30.55 0.38 0.72
Hex D2 B7 9B 0 D 1A 12 1F 26 48
Octal 322 267 233 0 15 32 22 37 46 110
Binary 11010010 10110111 10011011 0 1101 11010 10010 11111 100110 1001000

Color Harmonies of #D2B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B79B

Black with #D2B79B

Text Example


Text Example

White with #D2B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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