Html Css Color HEX #D0B49D Cashmere

📋 copy color: '#D0B49D'

red 208 ◦ green 180 ◦ blue 157

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

Shades of Cashmere #D0B49D

Tints of Cashmere #D0B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.03%

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 38.17%
G = 33.03%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0B49D (or 0xD0B49D) is known color: Cashmere. HEX triplet: D0, B4 and 9D. RGB value is (208,180,157). Sum of RGB (Red+Green+Blue) = 208+180+157=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B49D is #2F4B62. Grayscale: #B9B9B9. Windows color (decimal): -3099491 or 10335440. OLE color: 10335440.

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

Color convert

RGB 208 180 157 -
CMYK 0 0.13 0.25 0.18
HSL 27.06º 0.35% 0.72% -
HSV(B) 27.06º 0.25% 0.82% -
XYZ 48.42 48.49 38.71 -
YUV 185.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 208 180 157 0 0.13 0.25 0.18 27.06 0.35 0.72
Hex D0 B4 9D 0 D 19 12 1B 23 48
Octal 320 264 235 0 15 31 22 33 43 110
Binary 11010000 10110100 10011101 0 1101 11001 10010 11011 100011 1001000

Color Harmonies of #D0B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B49D

Black with #D0B49D

Text Example


Text Example

White with #D0B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B49D; }

 p { color: rgb(208,180,157); }

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

background-color css

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

 a { background-color: rgb(208,180,157); }

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

border-color css

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

 span { border-color: rgb(208,180,157); }

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