Html Css Color HEX #D6BFA5 Soft Amber

📋 copy color: '#D6BFA5'

red 214 ◦ green 191 ◦ blue 165

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

Shades of Soft Amber #D6BFA5

Tints of Soft Amber #D6BFA5

RGB

 RED value IS 214 (83.98% from 255) = 37.54%

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

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

R = 37.54%
G = 33.51%
B = 28.95%

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

#D6BFA5 (or 0xD6BFA5) is known color: Soft Amber. HEX triplet: D6, BF and A5. RGB value is (214,191,165). Sum of RGB (Red+Green+Blue) = 214+191+165=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA5 is #29405A. Grayscale: #C3C3C3. Windows color (decimal): -2703451 or 10862550. OLE color: 10862550.

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

Color convert

RGB 214 191 165 -
CMYK 0 0.11 0.23 0.16
HSL 31.84º 0.37% 0.74% -
HSV(B) 31.84º 0.23% 0.84% -
XYZ 53.15 54.27 43.27 -
YUV 194.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 214 191 165 0 0.11 0.23 0.16 31.84 0.37 0.74
Hex D6 BF A5 0 B 17 10 20 25 4A
Octal 326 277 245 0 13 27 20 40 45 112
Binary 11010110 10111111 10100101 0 1011 10111 10000 100000 100101 1001010

Color Harmonies of #D6BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFA5

Black with #D6BFA5

Text Example


Text Example

White with #D6BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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