Html Css Color HEX #D6BFA4 Soft Amber

📋 copy color: '#D6BFA4'

red 214 ◦ green 191 ◦ blue 164

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

Shades of Soft Amber #D6BFA4

Tints of Soft Amber #D6BFA4

RGB

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

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

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

R = 37.61%
G = 33.57%
B = 28.82%

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

#D6BFA4 (or 0xD6BFA4) is known color: Soft Amber. HEX triplet: D6, BF and A4. RGB value is (214,191,164). Sum of RGB (Red+Green+Blue) = 214+191+164=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA4 is #29405B. Grayscale: #C2C2C2. Windows color (decimal): -2703452 or 10797014. OLE color: 10797014.

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

Color convert

RGB 214 191 164 -
CMYK 0 0.11 0.23 0.16
HSL 32.4º 0.38% 0.74% -
HSV(B) 32.4º 0.23% 0.84% -
XYZ 53.06 54.24 42.79 -
YUV 194.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 214 191 164 0 0.11 0.23 0.16 32.4 0.38 0.74
Hex D6 BF A4 0 B 17 10 20 26 4A
Octal 326 277 244 0 13 27 20 40 46 112
Binary 11010110 10111111 10100100 0 1011 10111 10000 100000 100110 1001010

Color Harmonies of #D6BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFA4

Black with #D6BFA4

Text Example


Text Example

White with #D6BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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