Html Css Color HEX #D0BBA7 Soft Amber

📋 copy color: '#D0BBA7'

red 208 ◦ green 187 ◦ blue 167

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

Shades of Soft Amber #D0BBA7

Tints of Soft Amber #D0BBA7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

 BLUE value IS 167 (65.63% from 255) = 29.72%

R = 37.01%
G = 33.27%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D0BBA7 (or 0xD0BBA7) is known color: Soft Amber. HEX triplet: D0, BB and A7. RGB value is (208,187,167). Sum of RGB (Red+Green+Blue) = 208+187+167=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBA7 is #2F4458. Grayscale: #BFBFBF. Windows color (decimal): -3097689 or 10992592. OLE color: 10992592.

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

Color convert

RGB 208 187 167 -
CMYK 0 0.10 0.20 0.18
HSL 29.27º 0.3% 0.74% -
HSV(B) 29.27º 0.2% 0.82% -
XYZ 50.76 51.74 43.87 -
YUV 191 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 208 187 167 0 0.10 0.20 0.18 29.27 0.3 0.74
Hex D0 BB A7 0 A 14 12 1D 1E 4A
Octal 320 273 247 0 12 24 22 35 36 112
Binary 11010000 10111011 10100111 0 1010 10100 10010 11101 11110 1001010

Color Harmonies of #D0BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBA7

Black with #D0BBA7

Text Example


Text Example

White with #D0BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBA7; }

 p { color: rgb(208,187,167); }

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

background-color css

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

 a { background-color: rgb(208,187,167); }

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

border-color css

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

 span { border-color: rgb(208,187,167); }

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