Html Css Color HEX #D5BFA5 Soft Amber

📋 copy color: '#D5BFA5'

red 213 ◦ green 191 ◦ blue 165

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

Shades of Soft Amber #D5BFA5

Tints of Soft Amber #D5BFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29%

R = 37.43%
G = 33.57%
B = 29%

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

#D5BFA5 (or 0xD5BFA5) is known color: Soft Amber. HEX triplet: D5, BF and A5. RGB value is (213,191,165). Sum of RGB (Red+Green+Blue) = 213+191+165=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFA5 is #2A405A. Grayscale: #C2C2C2. Windows color (decimal): -2768987 or 10862549. OLE color: 10862549.

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

Color convert

RGB 213 191 165 -
CMYK 0 0.10 0.23 0.16
HSL 32.5º 0.36% 0.74% -
HSV(B) 32.5º 0.23% 0.84% -
XYZ 52.86 54.12 43.26 -
YUV 194.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 213 191 165 0 0.10 0.23 0.16 32.5 0.36 0.74
Hex D5 BF A5 0 A 17 10 20 24 4A
Octal 325 277 245 0 12 27 20 40 44 112
Binary 11010101 10111111 10100101 0 1010 10111 10000 100000 100100 1001010

Color Harmonies of #D5BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFA5

Black with #D5BFA5

Text Example


Text Example

White with #D5BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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