Html Css Color HEX #D0B09F Cashmere

📋 copy color: '#D0B09F'

red 208 ◦ green 176 ◦ blue 159

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

Shades of Cashmere #D0B09F

Tints of Cashmere #D0B09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.28%

R = 38.31%
G = 32.41%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0B09F (or 0xD0B09F) is known color: Cashmere. HEX triplet: D0, B0 and 9F. RGB value is (208,176,159). Sum of RGB (Red+Green+Blue) = 208+176+159=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B09F is #2F4F60. Grayscale: #B7B7B7. Windows color (decimal): -3100513 or 10465488. OLE color: 10465488.

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

Color convert

RGB 208 176 159 -
CMYK 0 0.15 0.24 0.18
HSL 20.82º 0.34% 0.72% -
HSV(B) 20.82º 0.24% 0.82% -
XYZ 47.8 46.96 39.35 -
YUV 183.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 208 176 159 0 0.15 0.24 0.18 20.82 0.34 0.72
Hex D0 B0 9F 0 F 18 12 15 22 48
Octal 320 260 237 0 17 30 22 25 42 110
Binary 11010000 10110000 10011111 0 1111 11000 10010 10101 100010 1001000

Color Harmonies of #D0B09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B09F

Black with #D0B09F

Text Example


Text Example

White with #D0B09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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