Html Css Color HEX #D0B297 Cashmere

📋 copy color: '#D0B297'

red 208 ◦ green 178 ◦ blue 151

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

Shades of Cashmere #D0B297

Tints of Cashmere #D0B297

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.15%

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

R = 38.73%
G = 33.15%
B = 28.12%

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

#D0B297 (or 0xD0B297) is known color: Cashmere. HEX triplet: D0, B2 and 97. RGB value is (208,178,151). Sum of RGB (Red+Green+Blue) = 208+178+151=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B297 is #2F4D68. Grayscale: #B8B8B8. Windows color (decimal): -3100009 or 9941712. OLE color: 9941712.

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

Color convert

RGB 208 178 151 -
CMYK 0 0.14 0.27 0.18
HSL 28.42º 0.38% 0.7% -
HSV(B) 28.42º 0.27% 0.82% -
XYZ 47.52 47.49 35.94 -
YUV 183.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 208 178 151 0 0.14 0.27 0.18 28.42 0.38 0.7
Hex D0 B2 97 0 E 1B 12 1C 26 46
Octal 320 262 227 0 16 33 22 34 46 106
Binary 11010000 10110010 10010111 0 1110 11011 10010 11100 100110 1000110

Color Harmonies of #D0B297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B297

Black with #D0B297

Text Example


Text Example

White with #D0B297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B297; }

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

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

background-color css

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

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

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

border-color css

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

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

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