Html Css Color HEX #D0B199 Cashmere

📋 copy color: '#D0B199'

red 208 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #D0B199

Tints of Cashmere #D0B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

 BLUE value IS 153 (60.16% from 255) = 28.44%

R = 38.66%
G = 32.9%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0B199 (or 0xD0B199) is known color: Cashmere. HEX triplet: D0, B1 and 99. RGB value is (208,177,153). Sum of RGB (Red+Green+Blue) = 208+177+153=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B199 is #2F4E66. Grayscale: #B7B7B7. Windows color (decimal): -3100263 or 10072528. OLE color: 10072528.

HSL color Cylindrical-coordinate representation of color #D0B199: hue angle of 26.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B199 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 177 153 -
CMYK 0 0.15 0.26 0.18
HSL 26.18º 0.37% 0.71% -
HSV(B) 26.18º 0.26% 0.82% -
XYZ 47.48 47.15 36.74 -
YUV 183.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 208 177 153 0 0.15 0.26 0.18 26.18 0.37 0.71
Hex D0 B1 99 0 F 1A 12 1A 25 47
Octal 320 261 231 0 17 32 22 32 45 107
Binary 11010000 10110001 10011001 0 1111 11010 10010 11010 100101 1000111

Color Harmonies of #D0B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B199

Black with #D0B199

Text Example


Text Example

White with #D0B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B199; }

 p { color: rgb(208,177,153); }

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

background-color css

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

 a { background-color: rgb(208,177,153); }

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

border-color css

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

 span { border-color: rgb(208,177,153); }

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