Html Css Color HEX #D2B29F Cashmere

📋 copy color: '#D2B29F'

red 210 ◦ green 178 ◦ blue 159

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

Shades of Cashmere #D2B29F

Tints of Cashmere #D2B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.54%

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 38.39%
G = 32.54%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2B29F (or 0xD2B29F) is known color: Cashmere. HEX triplet: D2, B2 and 9F. RGB value is (210,178,159). Sum of RGB (Red+Green+Blue) = 210+178+159=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B29F is #2D4D60. Grayscale: #B9B9B9. Windows color (decimal): -2968929 or 10466002. OLE color: 10466002.

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

Color convert

RGB 210 178 159 -
CMYK 0 0.15 0.24 0.18
HSL 22.35º 0.36% 0.72% -
HSV(B) 22.35º 0.24% 0.82% -
XYZ 48.76 48.05 39.5 -
YUV 185.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 210 178 159 0 0.15 0.24 0.18 22.35 0.36 0.72
Hex D2 B2 9F 0 F 18 12 16 24 48
Octal 322 262 237 0 17 30 22 26 44 110
Binary 11010010 10110010 10011111 0 1111 11000 10010 10110 100100 1001000

Color Harmonies of #D2B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B29F

Black with #D2B29F

Text Example


Text Example

White with #D2B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B29F; }

 p { color: rgb(210,178,159); }

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

background-color css

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

 a { background-color: rgb(210,178,159); }

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

border-color css

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

 span { border-color: rgb(210,178,159); }

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