Html Css Color HEX #D0BB9F Soft Amber

📋 copy color: '#D0BB9F'

red 208 ◦ green 187 ◦ blue 159

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

Shades of Soft Amber #D0BB9F

Tints of Soft Amber #D0BB9F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

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

R = 37.55%
G = 33.75%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0BB9F (or 0xD0BB9F) is known color: Soft Amber. HEX triplet: D0, BB and 9F. RGB value is (208,187,159). Sum of RGB (Red+Green+Blue) = 208+187+159=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB9F is #2F4460. Grayscale: #BEBEBE. Windows color (decimal): -3097697 or 10468304. OLE color: 10468304.

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

Color convert

RGB 208 187 159 -
CMYK 0 0.10 0.24 0.18
HSL 34.29º 0.34% 0.72% -
HSV(B) 34.29º 0.24% 0.82% -
XYZ 50.04 51.45 40.1 -
YUV 190.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 208 187 159 0 0.10 0.24 0.18 34.29 0.34 0.72
Hex D0 BB 9F 0 A 18 12 22 22 48
Octal 320 273 237 0 12 30 22 42 42 110
Binary 11010000 10111011 10011111 0 1010 11000 10010 100010 100010 1001000

Color Harmonies of #D0BB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB9F

Black with #D0BB9F

Text Example


Text Example

White with #D0BB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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