Html Css Color HEX #D0B099 Cashmere

📋 copy color: '#D0B099'

red 208 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #D0B099

Tints of Cashmere #D0B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.77%

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

R = 38.73%
G = 32.77%
B = 28.49%

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

#D0B099 (or 0xD0B099) is known color: Cashmere. HEX triplet: D0, B0 and 99. RGB value is (208,176,153). Sum of RGB (Red+Green+Blue) = 208+176+153=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B099 is #2F4F66. Grayscale: #B7B7B7. Windows color (decimal): -3100519 or 10072272. OLE color: 10072272.

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

Color convert

RGB 208 176 153 -
CMYK 0 0.15 0.26 0.18
HSL 25.09º 0.37% 0.71% -
HSV(B) 25.09º 0.26% 0.82% -
XYZ 47.29 46.76 36.67 -
YUV 182.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 208 176 153 0 0.15 0.26 0.18 25.09 0.37 0.71
Hex D0 B0 99 0 F 1A 12 19 25 47
Octal 320 260 231 0 17 32 22 31 45 107
Binary 11010000 10110000 10011001 0 1111 11010 10010 11001 100101 1000111

Color Harmonies of #D0B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B099

Black with #D0B099

Text Example


Text Example

White with #D0B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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