Html Css Color HEX #D0BC9F Soft Amber

📋 copy color: '#D0BC9F'

red 208 ◦ green 188 ◦ blue 159

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

Shades of Soft Amber #D0BC9F

Tints of Soft Amber #D0BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

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

R = 37.48%
G = 33.87%
B = 28.65%

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

#D0BC9F (or 0xD0BC9F) is known color: Soft Amber. HEX triplet: D0, BC and 9F. RGB value is (208,188,159). Sum of RGB (Red+Green+Blue) = 208+188+159=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC9F is #2F4360. Grayscale: #BEBEBE. Windows color (decimal): -3097441 or 10468560. OLE color: 10468560.

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

Color convert

RGB 208 188 159 -
CMYK 0 0.10 0.24 0.18
HSL 35.51º 0.34% 0.72% -
HSV(B) 35.51º 0.24% 0.82% -
XYZ 50.25 51.88 40.17 -
YUV 190.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 208 188 159 0 0.10 0.24 0.18 35.51 0.34 0.72
Hex D0 BC 9F 0 A 18 12 24 22 48
Octal 320 274 237 0 12 30 22 44 42 110
Binary 11010000 10111100 10011111 0 1010 11000 10010 100100 100010 1001000

Color Harmonies of #D0BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC9F

Black with #D0BC9F

Text Example


Text Example

White with #D0BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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