Html Css Color HEX #D2B29C Cashmere

📋 copy color: '#D2B29C'

red 210 ◦ green 178 ◦ blue 156

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

Shades of Cashmere #D2B29C

Tints of Cashmere #D2B29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 38.6%
G = 32.72%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2B29C (or 0xD2B29C) is known color: Cashmere. HEX triplet: D2, B2 and 9C. RGB value is (210,178,156). Sum of RGB (Red+Green+Blue) = 210+178+156=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B29C is #2D4D63. Grayscale: #B9B9B9. Windows color (decimal): -2968932 or 10269394. OLE color: 10269394.

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

Color convert

RGB 210 178 156 -
CMYK 0 0.15 0.26 0.18
HSL 24.44º 0.38% 0.72% -
HSV(B) 24.44º 0.26% 0.82% -
XYZ 48.5 47.94 38.15 -
YUV 185.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 210 178 156 0 0.15 0.26 0.18 24.44 0.38 0.72
Hex D2 B2 9C 0 F 1A 12 18 26 48
Octal 322 262 234 0 17 32 22 30 46 110
Binary 11010010 10110010 10011100 0 1111 11010 10010 11000 100110 1001000

Color Harmonies of #D2B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B29C

Black with #D2B29C

Text Example


Text Example

White with #D2B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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