Html Css Color HEX #D0BEAB Soft Amber

📋 copy color: '#D0BEAB'

red 208 ◦ green 190 ◦ blue 171

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

Shades of Soft Amber #D0BEAB

Tints of Soft Amber #D0BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 36.56%
G = 33.39%
B = 30.05%

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

#D0BEAB (or 0xD0BEAB) is known color: Soft Amber. HEX triplet: D0, BE and AB. RGB value is (208,190,171). Sum of RGB (Red+Green+Blue) = 208+190+171=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEAB is #2F4154. Grayscale: #C1C1C1. Windows color (decimal): -3096917 or 11255504. OLE color: 11255504.

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

Color convert

RGB 208 190 171 -
CMYK 0 0.09 0.18 0.18
HSL 30.81º 0.28% 0.74% -
HSV(B) 30.81º 0.18% 0.82% -
XYZ 51.78 53.18 46.06 -
YUV 193.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 208 190 171 0 0.09 0.18 0.18 30.81 0.28 0.74
Hex D0 BE AB 0 9 12 12 1F 1C 4A
Octal 320 276 253 0 11 22 22 37 34 112
Binary 11010000 10111110 10101011 0 1001 10010 10010 11111 11100 1001010

Color Harmonies of #D0BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BEAB

Black with #D0BEAB

Text Example


Text Example

White with #D0BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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