Html Css Color HEX #D0BDAB Soft Amber

📋 copy color: '#D0BDAB'

red 208 ◦ green 189 ◦ blue 171

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

Shades of Soft Amber #D0BDAB

Tints of Soft Amber #D0BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 36.62%
G = 33.27%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0BDAB (or 0xD0BDAB) is known color: Soft Amber. HEX triplet: D0, BD and AB. RGB value is (208,189,171). Sum of RGB (Red+Green+Blue) = 208+189+171=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDAB is #2F4254. Grayscale: #C0C0C0. Windows color (decimal): -3097173 or 11255248. OLE color: 11255248.

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

Color convert

RGB 208 189 171 -
CMYK 0 0.09 0.18 0.18
HSL 29.19º 0.28% 0.74% -
HSV(B) 29.19º 0.18% 0.82% -
XYZ 51.56 52.75 45.99 -
YUV 192.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 208 189 171 0 0.09 0.18 0.18 29.19 0.28 0.74
Hex D0 BD AB 0 9 12 12 1D 1C 4A
Octal 320 275 253 0 11 22 22 35 34 112
Binary 11010000 10111101 10101011 0 1001 10010 10010 11101 11100 1001010

Color Harmonies of #D0BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDAB

Black with #D0BDAB

Text Example


Text Example

White with #D0BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDAB; }

 p { color: rgb(208,189,171); }

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

background-color css

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

 a { background-color: rgb(208,189,171); }

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

border-color css

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

 span { border-color: rgb(208,189,171); }

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