Html Css Color HEX #D5BFA6 Soft Amber

📋 copy color: '#D5BFA6'

red 213 ◦ green 191 ◦ blue 166

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

Shades of Soft Amber #D5BFA6

Tints of Soft Amber #D5BFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.12%

R = 37.37%
G = 33.51%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D5BFA6 (or 0xD5BFA6) is known color: Soft Amber. HEX triplet: D5, BF and A6. RGB value is (213,191,166). Sum of RGB (Red+Green+Blue) = 213+191+166=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFA6 is #2A4059. Grayscale: #C2C2C2. Windows color (decimal): -2768986 or 10928085. OLE color: 10928085.

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

Color convert

RGB 213 191 166 -
CMYK 0 0.10 0.22 0.16
HSL 31.91º 0.36% 0.74% -
HSV(B) 31.91º 0.22% 0.84% -
XYZ 52.95 54.16 43.74 -
YUV 194.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 213 191 166 0 0.10 0.22 0.16 31.91 0.36 0.74
Hex D5 BF A6 0 A 16 10 20 24 4A
Octal 325 277 246 0 12 26 20 40 44 112
Binary 11010101 10111111 10100110 0 1010 10110 10000 100000 100100 1001010

Color Harmonies of #D5BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFA6

Black with #D5BFA6

Text Example


Text Example

White with #D5BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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