Html Css Color HEX #D5BFA3 Soft Amber

📋 copy color: '#D5BFA3'

red 213 ◦ green 191 ◦ blue 163

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

Shades of Soft Amber #D5BFA3

Tints of Soft Amber #D5BFA3

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 163 (64.06% from 255) = 28.75%

R = 37.57%
G = 33.69%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5BFA3 (or 0xD5BFA3) is known color: Soft Amber. HEX triplet: D5, BF and A3. RGB value is (213,191,163). Sum of RGB (Red+Green+Blue) = 213+191+163=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFA3 is #2A405C. Grayscale: #C2C2C2. Windows color (decimal): -2768989 or 10731477. OLE color: 10731477.

HSL color Cylindrical-coordinate representation of color #D5BFA3: hue angle of 33.6º 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 #D5BFA3 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 163 -
CMYK 0 0.10 0.23 0.16
HSL 33.6º 0.37% 0.74% -
HSV(B) 33.6º 0.23% 0.84% -
XYZ 52.68 54.05 42.31 -
YUV 194.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 213 191 163 0 0.10 0.23 0.16 33.6 0.37 0.74
Hex D5 BF A3 0 A 17 10 22 25 4A
Octal 325 277 243 0 12 27 20 42 45 112
Binary 11010101 10111111 10100011 0 1010 10111 10000 100010 100101 1001010

Color Harmonies of #D5BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFA3

Black with #D5BFA3

Text Example


Text Example

White with #D5BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFA3; }

 p { color: rgb(213,191,163); }

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

background-color css

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

 a { background-color: rgb(213,191,163); }

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

border-color css

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

 span { border-color: rgb(213,191,163); }

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