Html Css Color HEX #D5BEA4 Soft Amber

📋 copy color: '#D5BEA4'

red 213 ◦ green 190 ◦ blue 164

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

Shades of Soft Amber #D5BEA4

Tints of Soft Amber #D5BEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.92%

R = 37.57%
G = 33.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5BEA4 (or 0xD5BEA4) is known color: Soft Amber. HEX triplet: D5, BE and A4. RGB value is (213,190,164). Sum of RGB (Red+Green+Blue) = 213+190+164=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA4 is #2A415B. Grayscale: #C2C2C2. Windows color (decimal): -2769244 or 10796757. OLE color: 10796757.

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

Color convert

RGB 213 190 164 -
CMYK 0 0.11 0.23 0.16
HSL 31.84º 0.37% 0.74% -
HSV(B) 31.84º 0.23% 0.84% -
XYZ 52.55 53.65 42.71 -
YUV 193.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 213 190 164 0 0.11 0.23 0.16 31.84 0.37 0.74
Hex D5 BE A4 0 B 17 10 20 25 4A
Octal 325 276 244 0 13 27 20 40 45 112
Binary 11010101 10111110 10100100 0 1011 10111 10000 100000 100101 1001010

Color Harmonies of #D5BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEA4

Black with #D5BEA4

Text Example


Text Example

White with #D5BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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