Html Css Color HEX #D5BEA0 Soft Amber

📋 copy color: '#D5BEA0'

red 213 ◦ green 190 ◦ blue 160

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

Shades of Soft Amber #D5BEA0

Tints of Soft Amber #D5BEA0

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

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

 BLUE value IS 160 (62.89% from 255) = 28.42%

R = 37.83%
G = 33.75%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5BEA0 (or 0xD5BEA0) is known color: Soft Amber. HEX triplet: D5, BE and A0. RGB value is (213,190,160). Sum of RGB (Red+Green+Blue) = 213+190+160=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA0 is #2A415F. Grayscale: #C1C1C1. Windows color (decimal): -2769248 or 10534613. OLE color: 10534613.

HSL color Cylindrical-coordinate representation of color #D5BEA0: hue angle of 33.96º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BEA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 160 -
CMYK 0 0.11 0.25 0.16
HSL 33.96º 0.39% 0.73% -
HSV(B) 33.96º 0.25% 0.84% -
XYZ 52.2 53.51 40.84 -
YUV 193.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 213 190 160 0 0.11 0.25 0.16 33.96 0.39 0.73
Hex D5 BE A0 0 B 19 10 22 27 49
Octal 325 276 240 0 13 31 20 42 47 111
Binary 11010101 10111110 10100000 0 1011 11001 10000 100010 100111 1001001

Color Harmonies of #D5BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEA0

Black with #D5BEA0

Text Example


Text Example

White with #D5BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEA0; }

 p { color: rgb(213,190,160); }

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

background-color css

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

 a { background-color: rgb(213,190,160); }

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

border-color css

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

 span { border-color: rgb(213,190,160); }

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