Html Css Color HEX #D0B497 Cashmere

📋 copy color: '#D0B497'

red 208 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #D0B497

Tints of Cashmere #D0B497

RGB

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

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

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

R = 38.59%
G = 33.4%
B = 28.01%

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

#D0B497 (or 0xD0B497) is known color: Cashmere. HEX triplet: D0, B4 and 97. RGB value is (208,180,151). Sum of RGB (Red+Green+Blue) = 208+180+151=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B497 is #2F4B68. Grayscale: #B9B9B9. Windows color (decimal): -3099497 or 9942224. OLE color: 9942224.

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

Color convert

RGB 208 180 151 -
CMYK 0 0.13 0.27 0.18
HSL 30.53º 0.38% 0.7% -
HSV(B) 30.53º 0.27% 0.82% -
XYZ 47.92 48.29 36.07 -
YUV 185.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 208 180 151 0 0.13 0.27 0.18 30.53 0.38 0.7
Hex D0 B4 97 0 D 1B 12 1F 26 46
Octal 320 264 227 0 15 33 22 37 46 106
Binary 11010000 10110100 10010111 0 1101 11011 10010 11111 100110 1000110

Color Harmonies of #D0B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B497

Black with #D0B497

Text Example


Text Example

White with #D0B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B497; }

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

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

background-color css

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

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

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

border-color css

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

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

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