Html Css Color HEX #D0B296 Cashmere

📋 copy color: '#D0B296'

red 208 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #D0B296

Tints of Cashmere #D0B296

RGB

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

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

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

R = 38.81%
G = 33.21%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0B296 (or 0xD0B296) is known color: Cashmere. HEX triplet: D0, B2 and 96. RGB value is (208,178,150). Sum of RGB (Red+Green+Blue) = 208+178+150=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B296 is #2F4D69. Grayscale: #B7B7B7. Windows color (decimal): -3100010 or 9876176. OLE color: 9876176.

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

Color convert

RGB 208 178 150 -
CMYK 0 0.14 0.28 0.18
HSL 28.97º 0.38% 0.7% -
HSV(B) 28.97º 0.28% 0.82% -
XYZ 47.44 47.45 35.51 -
YUV 183.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 208 178 150 0 0.14 0.28 0.18 28.97 0.38 0.7
Hex D0 B2 96 0 E 1C 12 1D 26 46
Octal 320 262 226 0 16 34 22 35 46 106
Binary 11010000 10110010 10010110 0 1110 11100 10010 11101 100110 1000110

Color Harmonies of #D0B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B296

Black with #D0B296

Text Example


Text Example

White with #D0B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B296; }

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

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

background-color css

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

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

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

border-color css

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

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

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