Html Css Color HEX #D0BFAD Soft Amber

📋 copy color: '#D0BFAD'

red 208 ◦ green 191 ◦ blue 173

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

Shades of Soft Amber #D0BFAD

Tints of Soft Amber #D0BFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 36.36%
G = 33.39%
B = 30.24%

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

#D0BFAD (or 0xD0BFAD) is known color: Soft Amber. HEX triplet: D0, BF and AD. RGB value is (208,191,173). Sum of RGB (Red+Green+Blue) = 208+191+173=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFAD is #2F4052. Grayscale: #C2C2C2. Windows color (decimal): -3096659 or 11386832. OLE color: 11386832.

HSL color Cylindrical-coordinate representation of color #D0BFAD: hue angle of 30.86º degrees, saturation: 0.27, 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 #D0BFAD is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 173 -
CMYK 0 0.08 0.17 0.18
HSL 30.86º 0.27% 0.75% -
HSV(B) 30.86º 0.17% 0.82% -
XYZ 52.19 53.69 47.15 -
YUV 194.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 208 191 173 0 0.08 0.17 0.18 30.86 0.27 0.75
Hex D0 BF AD 0 8 11 12 1F 1B 4B
Octal 320 277 255 0 10 21 22 37 33 113
Binary 11010000 10111111 10101101 0 1000 10001 10010 11111 11011 1001011

Color Harmonies of #D0BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFAD

Black with #D0BFAD

Text Example


Text Example

White with #D0BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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