Html Css Color HEX #D0B5A4 Cashmere

📋 copy color: '#D0B5A4'

red 208 ◦ green 181 ◦ blue 164

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

Shades of Cashmere #D0B5A4

Tints of Cashmere #D0B5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

 BLUE value IS 164 (64.45% from 255) = 29.66%

R = 37.61%
G = 32.73%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D0B5A4 (or 0xD0B5A4) is known color: Cashmere. HEX triplet: D0, B5 and A4. RGB value is (208,181,164). Sum of RGB (Red+Green+Blue) = 208+181+164=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B5A4 is #2F4A5B. Grayscale: #BBBBBB. Windows color (decimal): -3099228 or 10794448. OLE color: 10794448.

HSL color Cylindrical-coordinate representation of color #D0B5A4: hue angle of 23.18º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B5A4 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 181 164 -
CMYK 0 0.13 0.21 0.18
HSL 23.18º 0.32% 0.73% -
HSV(B) 23.18º 0.21% 0.82% -
XYZ 49.24 49.14 42.01 -
YUV 187.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 208 181 164 0 0.13 0.21 0.18 23.18 0.32 0.73
Hex D0 B5 A4 0 D 15 12 17 20 49
Octal 320 265 244 0 15 25 22 27 40 111
Binary 11010000 10110101 10100100 0 1101 10101 10010 10111 100000 1001001

Color Harmonies of #D0B5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B5A4

Black with #D0B5A4

Text Example


Text Example

White with #D0B5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B5A4; }

 p { color: rgb(208,181,164); }

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

background-color css

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

 a { background-color: rgb(208,181,164); }

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

border-color css

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

 span { border-color: rgb(208,181,164); }

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