Html Css Color HEX #D8BC9F Soft Amber

📋 copy color: '#D8BC9F'

red 216 ◦ green 188 ◦ blue 159

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

Shades of Soft Amber #D8BC9F

Tints of Soft Amber #D8BC9F

RGB

 RED value IS 216 (84.77% from 255) = 38.37%

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

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

R = 38.37%
G = 33.39%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8BC9F (or 0xD8BC9F) is known color: Soft Amber. HEX triplet: D8, BC and 9F. RGB value is (216,188,159). Sum of RGB (Red+Green+Blue) = 216+188+159=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC9F is #274360. Grayscale: #C1C1C1. Windows color (decimal): -2573153 or 10468568. OLE color: 10468568.

HSL color Cylindrical-coordinate representation of color #D8BC9F: hue angle of 30.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BC9F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 188 159 -
CMYK 0 0.13 0.26 0.15
HSL 30.53º 0.42% 0.74% -
HSV(B) 30.53º 0.26% 0.85% -
XYZ 52.56 53.07 40.27 -
YUV 193.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 216 188 159 0 0.13 0.26 0.15 30.53 0.42 0.74
Hex D8 BC 9F 0 D 1A F 1F 2A 4A
Octal 330 274 237 0 15 32 17 37 52 112
Binary 11011000 10111100 10011111 0 1101 11010 1111 11111 101010 1001010

Color Harmonies of #D8BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC9F

Black with #D8BC9F

Text Example


Text Example

White with #D8BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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