Html Css Color HEX #D0BFAA Soft Amber

📋 copy color: '#D0BFAA'

red 208 ◦ green 191 ◦ blue 170

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

Shades of Soft Amber #D0BFAA

Tints of Soft Amber #D0BFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 36.56%
G = 33.57%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0BFAA (or 0xD0BFAA) is known color: Soft Amber. HEX triplet: D0, BF and AA. RGB value is (208,191,170). Sum of RGB (Red+Green+Blue) = 208+191+170=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFAA is #2F4055. Grayscale: #C1C1C1. Windows color (decimal): -3096662 or 11190224. OLE color: 11190224.

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

Color convert

RGB 208 191 170 -
CMYK 0 0.08 0.18 0.18
HSL 33.16º 0.29% 0.74% -
HSV(B) 33.16º 0.18% 0.82% -
XYZ 51.9 53.57 45.64 -
YUV 193.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 208 191 170 0 0.08 0.18 0.18 33.16 0.29 0.74
Hex D0 BF AA 0 8 12 12 21 1D 4A
Octal 320 277 252 0 10 22 22 41 35 112
Binary 11010000 10111111 10101010 0 1000 10010 10010 100001 11101 1001010

Color Harmonies of #D0BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFAA

Black with #D0BFAA

Text Example


Text Example

White with #D0BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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