Html Css Color HEX #D0B496 Cashmere

📋 copy color: '#D0B496'

red 208 ◦ green 180 ◦ blue 150

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

Shades of Cashmere #D0B496

Tints of Cashmere #D0B496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 38.66%
G = 33.46%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0B496 (or 0xD0B496) is known color: Cashmere. HEX triplet: D0, B4 and 96. RGB value is (208,180,150). Sum of RGB (Red+Green+Blue) = 208+180+150=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B496 is #2F4B69. Grayscale: #B9B9B9. Windows color (decimal): -3099498 or 9876688. OLE color: 9876688.

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

Color convert

RGB 208 180 150 -
CMYK 0 0.13 0.28 0.18
HSL 31.03º 0.38% 0.7% -
HSV(B) 31.03º 0.28% 0.82% -
XYZ 47.84 48.25 35.65 -
YUV 184.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 208 180 150 0 0.13 0.28 0.18 31.03 0.38 0.7
Hex D0 B4 96 0 D 1C 12 1F 26 46
Octal 320 264 226 0 15 34 22 37 46 106
Binary 11010000 10110100 10010110 0 1101 11100 10010 11111 100110 1000110

Color Harmonies of #D0B496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B496

Black with #D0B496

Text Example


Text Example

White with #D0B496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B496; }

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

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

background-color css

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

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

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

border-color css

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

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

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