Html Css Color HEX #D2B69D Cashmere

📋 copy color: '#D2B69D'

red 210 ◦ green 182 ◦ blue 157

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

Shades of Cashmere #D2B69D

Tints of Cashmere #D2B69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.15%

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

R = 38.25%
G = 33.15%
B = 28.6%

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

#D2B69D (or 0xD2B69D) is known color: Cashmere. HEX triplet: D2, B6 and 9D. RGB value is (210,182,157). Sum of RGB (Red+Green+Blue) = 210+182+157=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B69D is #2D4962. Grayscale: #BBBBBB. Windows color (decimal): -2967907 or 10335954. OLE color: 10335954.

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

Color convert

RGB 210 182 157 -
CMYK 0 0.13 0.25 0.18
HSL 28.3º 0.37% 0.72% -
HSV(B) 28.3º 0.25% 0.82% -
XYZ 49.39 49.59 38.87 -
YUV 187.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 210 182 157 0 0.13 0.25 0.18 28.3 0.37 0.72
Hex D2 B6 9D 0 D 19 12 1C 25 48
Octal 322 266 235 0 15 31 22 34 45 110
Binary 11010010 10110110 10011101 0 1101 11001 10010 11100 100101 1001000

Color Harmonies of #D2B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B69D

Black with #D2B69D

Text Example


Text Example

White with #D2B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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