Html Css Color HEX #D6BFA1 Soft Amber

📋 copy color: '#D6BFA1'

red 214 ◦ green 191 ◦ blue 161

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

Shades of Soft Amber #D6BFA1

Tints of Soft Amber #D6BFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28.45%

R = 37.81%
G = 33.75%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6BFA1 (or 0xD6BFA1) is known color: Soft Amber. HEX triplet: D6, BF and A1. RGB value is (214,191,161). Sum of RGB (Red+Green+Blue) = 214+191+161=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA1 is #29405E. Grayscale: #C2C2C2. Windows color (decimal): -2703455 or 10600406. OLE color: 10600406.

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

Color convert

RGB 214 191 161 -
CMYK 0 0.11 0.25 0.16
HSL 33.96º 0.39% 0.74% -
HSV(B) 33.96º 0.25% 0.84% -
XYZ 52.8 54.13 41.38 -
YUV 194.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 214 191 161 0 0.11 0.25 0.16 33.96 0.39 0.74
Hex D6 BF A1 0 B 19 10 22 27 4A
Octal 326 277 241 0 13 31 20 42 47 112
Binary 11010110 10111111 10100001 0 1011 11001 10000 100010 100111 1001010

Color Harmonies of #D6BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFA1

Black with #D6BFA1

Text Example


Text Example

White with #D6BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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