Html Css Color HEX #D0BFAC Soft Amber

📋 copy color: '#D0BFAC'

red 208 ◦ green 191 ◦ blue 172

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

Shades of Soft Amber #D0BFAC

Tints of Soft Amber #D0BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.45%

 BLUE value IS 172 (67.58% from 255) = 30.12%

R = 36.43%
G = 33.45%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0BFAC (or 0xD0BFAC) is known color: Soft Amber. HEX triplet: D0, BF and AC. RGB value is (208,191,172). Sum of RGB (Red+Green+Blue) = 208+191+172=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFAC is #2F4053. Grayscale: #C2C2C2. Windows color (decimal): -3096660 or 11321296. OLE color: 11321296.

HSL color Cylindrical-coordinate representation of color #D0BFAC: hue angle of 31.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BFAC is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 172 -
CMYK 0 0.08 0.17 0.18
HSL 31.67º 0.28% 0.75% -
HSV(B) 31.67º 0.17% 0.82% -
XYZ 52.09 53.65 46.64 -
YUV 193.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 208 191 172 0 0.08 0.17 0.18 31.67 0.28 0.75
Hex D0 BF AC 0 8 11 12 20 1C 4B
Octal 320 277 254 0 10 21 22 40 34 113
Binary 11010000 10111111 10101100 0 1000 10001 10010 100000 11100 1001011

Color Harmonies of #D0BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFAC

Black with #D0BFAC

Text Example


Text Example

White with #D0BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFAC; }

 p { color: rgb(208,191,172); }

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

background-color css

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

 a { background-color: rgb(208,191,172); }

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

border-color css

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

 span { border-color: rgb(208,191,172); }

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