Html Css Color HEX #D2B79D Cashmere

📋 copy color: '#D2B79D'

red 210 ◦ green 183 ◦ blue 157

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

Shades of Cashmere #D2B79D

Tints of Cashmere #D2B79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.55%

R = 38.18%
G = 33.27%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2B79D (or 0xD2B79D) is known color: Cashmere. HEX triplet: D2, B7 and 9D. RGB value is (210,183,157). Sum of RGB (Red+Green+Blue) = 210+183+157=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B79D is #2D4862. Grayscale: #BCBCBC. Windows color (decimal): -2967651 or 10336210. OLE color: 10336210.

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

Color convert

RGB 210 183 157 -
CMYK 0 0.13 0.25 0.18
HSL 29.43º 0.37% 0.72% -
HSV(B) 29.43º 0.25% 0.82% -
XYZ 49.6 50 38.94 -
YUV 188.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 210 183 157 0 0.13 0.25 0.18 29.43 0.37 0.72
Hex D2 B7 9D 0 D 19 12 1D 25 48
Octal 322 267 235 0 15 31 22 35 45 110
Binary 11010010 10110111 10011101 0 1101 11001 10010 11101 100101 1001000

Color Harmonies of #D2B79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B79D

Black with #D2B79D

Text Example


Text Example

White with #D2B79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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