Html Css Color HEX #D0B597 Cashmere

📋 copy color: '#D0B597'

red 208 ◦ green 181 ◦ blue 151

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

Shades of Cashmere #D0B597

Tints of Cashmere #D0B597

RGB

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

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

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

R = 38.52%
G = 33.52%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0B597 (or 0xD0B597) is known color: Cashmere. HEX triplet: D0, B5 and 97. RGB value is (208,181,151). Sum of RGB (Red+Green+Blue) = 208+181+151=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B597 is #2F4A68. Grayscale: #B9B9B9. Windows color (decimal): -3099241 or 9942480. OLE color: 9942480.

HSL color Cylindrical-coordinate representation of color #D0B597: hue angle of 31.58º 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 #D0B597 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 181 151 -
CMYK 0 0.13 0.27 0.18
HSL 31.58º 0.38% 0.7% -
HSV(B) 31.58º 0.27% 0.82% -
XYZ 48.12 48.69 36.14 -
YUV 185.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 208 181 151 0 0.13 0.27 0.18 31.58 0.38 0.7
Hex D0 B5 97 0 D 1B 12 20 26 46
Octal 320 265 227 0 15 33 22 40 46 106
Binary 11010000 10110101 10010111 0 1101 11011 10010 100000 100110 1000110

Color Harmonies of #D0B597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B597

Black with #D0B597

Text Example


Text Example

White with #D0B597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B597; }

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

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

background-color css

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

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

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

border-color css

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

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

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