Html Css Color HEX #D2B29B Cashmere

📋 copy color: '#D2B29B'

red 210 ◦ green 178 ◦ blue 155

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

Shades of Cashmere #D2B29B

Tints of Cashmere #D2B29B

RGB

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

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

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

R = 38.67%
G = 32.78%
B = 28.55%

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

#D2B29B (or 0xD2B29B) is known color: Cashmere. HEX triplet: D2, B2 and 9B. RGB value is (210,178,155). Sum of RGB (Red+Green+Blue) = 210+178+155=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B29B is #2D4D64. Grayscale: #B9B9B9. Windows color (decimal): -2968933 or 10203858. OLE color: 10203858.

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

Color convert

RGB 210 178 155 -
CMYK 0 0.15 0.26 0.18
HSL 25.09º 0.38% 0.72% -
HSV(B) 25.09º 0.26% 0.82% -
XYZ 48.42 47.91 37.71 -
YUV 184.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 210 178 155 0 0.15 0.26 0.18 25.09 0.38 0.72
Hex D2 B2 9B 0 F 1A 12 19 26 48
Octal 322 262 233 0 17 32 22 31 46 110
Binary 11010010 10110010 10011011 0 1111 11010 10010 11001 100110 1001000

Color Harmonies of #D2B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B29B

Black with #D2B29B

Text Example


Text Example

White with #D2B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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