Html Css Color HEX #D5BFA4 Soft Amber

📋 copy color: '#D5BFA4'

red 213 ◦ green 191 ◦ blue 164

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

Shades of Soft Amber #D5BFA4

Tints of Soft Amber #D5BFA4

RGB

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

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

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

R = 37.5%
G = 33.63%
B = 28.87%

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

#D5BFA4 (or 0xD5BFA4) is known color: Soft Amber. HEX triplet: D5, BF and A4. RGB value is (213,191,164). Sum of RGB (Red+Green+Blue) = 213+191+164=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFA4 is #2A405B. Grayscale: #C2C2C2. Windows color (decimal): -2768988 or 10797013. OLE color: 10797013.

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

Color convert

RGB 213 191 164 -
CMYK 0 0.10 0.23 0.16
HSL 33.06º 0.37% 0.74% -
HSV(B) 33.06º 0.23% 0.84% -
XYZ 52.77 54.09 42.78 -
YUV 194.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 213 191 164 0 0.10 0.23 0.16 33.06 0.37 0.74
Hex D5 BF A4 0 A 17 10 21 25 4A
Octal 325 277 244 0 12 27 20 41 45 112
Binary 11010101 10111111 10100100 0 1010 10111 10000 100001 100101 1001010

Color Harmonies of #D5BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFA4

Black with #D5BFA4

Text Example


Text Example

White with #D5BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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