Html Css Color HEX #D0B29B Cashmere

📋 copy color: '#D0B29B'

red 208 ◦ green 178 ◦ blue 155

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

Shades of Cashmere #D0B29B

Tints of Cashmere #D0B29B

RGB

 RED value IS 208 (81.64% from 255) = 38.45%

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

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

R = 38.45%
G = 32.9%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B29B (or 0xD0B29B) is known color: Cashmere. HEX triplet: D0, B2 and 9B. RGB value is (208,178,155). Sum of RGB (Red+Green+Blue) = 208+178+155=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B29B is #2F4D64. Grayscale: #B8B8B8. Windows color (decimal): -3100005 or 10203856. OLE color: 10203856.

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

Color convert

RGB 208 178 155 -
CMYK 0 0.14 0.25 0.18
HSL 26.04º 0.36% 0.71% -
HSV(B) 26.04º 0.25% 0.82% -
XYZ 47.85 47.62 37.68 -
YUV 184.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 208 178 155 0 0.14 0.25 0.18 26.04 0.36 0.71
Hex D0 B2 9B 0 E 19 12 1A 24 47
Octal 320 262 233 0 16 31 22 32 44 107
Binary 11010000 10110010 10011011 0 1110 11001 10010 11010 100100 1000111

Color Harmonies of #D0B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B29B

Black with #D0B29B

Text Example


Text Example

White with #D0B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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