Html Css Color HEX #D0B397 Cashmere

📋 copy color: '#D0B397'

red 208 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #D0B397

Tints of Cashmere #D0B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

 BLUE value IS 151 (59.38% from 255) = 28.07%

R = 38.66%
G = 33.27%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0B397 (or 0xD0B397) is known color: Cashmere. HEX triplet: D0, B3 and 97. RGB value is (208,179,151). Sum of RGB (Red+Green+Blue) = 208+179+151=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B397 is #2F4C68. Grayscale: #B8B8B8. Windows color (decimal): -3099753 or 9941968. OLE color: 9941968.

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

Color convert

RGB 208 179 151 -
CMYK 0 0.14 0.27 0.18
HSL 29.47º 0.38% 0.7% -
HSV(B) 29.47º 0.27% 0.82% -
XYZ 47.72 47.88 36.01 -
YUV 184.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 208 179 151 0 0.14 0.27 0.18 29.47 0.38 0.7
Hex D0 B3 97 0 E 1B 12 1D 26 46
Octal 320 263 227 0 16 33 22 35 46 106
Binary 11010000 10110011 10010111 0 1110 11011 10010 11101 100110 1000110

Color Harmonies of #D0B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B397

Black with #D0B397

Text Example


Text Example

White with #D0B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B397; }

 p { color: rgb(208,179,151); }

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

background-color css

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

 a { background-color: rgb(208,179,151); }

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

border-color css

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

 span { border-color: rgb(208,179,151); }

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