Html Css Color HEX #D0BE9E Soft Amber

📋 copy color: '#D0BE9E'

red 208 ◦ green 190 ◦ blue 158

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

Shades of Soft Amber #D0BE9E

Tints of Soft Amber #D0BE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.42%

R = 37.41%
G = 34.17%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0BE9E (or 0xD0BE9E) is known color: Soft Amber. HEX triplet: D0, BE and 9E. RGB value is (208,190,158). Sum of RGB (Red+Green+Blue) = 208+190+158=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE9E is #2F4161. Grayscale: #BFBFBF. Windows color (decimal): -3096930 or 10403536. OLE color: 10403536.

HSL color Cylindrical-coordinate representation of color #D0BE9E: hue angle of 38.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BE9E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 158 -
CMYK 0 0.09 0.24 0.18
HSL 38.4º 0.35% 0.72% -
HSV(B) 38.4º 0.24% 0.82% -
XYZ 50.6 52.71 39.85 -
YUV 191.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 208 190 158 0 0.09 0.24 0.18 38.4 0.35 0.72
Hex D0 BE 9E 0 9 18 12 26 23 48
Octal 320 276 236 0 11 30 22 46 43 110
Binary 11010000 10111110 10011110 0 1001 11000 10010 100110 100011 1001000

Color Harmonies of #D0BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE9E

Black with #D0BE9E

Text Example


Text Example

White with #D0BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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