Html Css Color HEX #D1BFA7 Soft Amber

📋 copy color: '#D1BFA7'

red 209 ◦ green 191 ◦ blue 167

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

Shades of Soft Amber #D1BFA7

Tints of Soft Amber #D1BFA7

RGB

 RED value IS 209 (82.03% from 255) = 36.86%

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

 BLUE value IS 167 (65.63% from 255) = 29.45%

R = 36.86%
G = 33.69%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D1BFA7 (or 0xD1BFA7) is known color: Soft Amber. HEX triplet: D1, BF and A7. RGB value is (209,191,167). Sum of RGB (Red+Green+Blue) = 209+191+167=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFA7 is #2E4058. Grayscale: #C1C1C1. Windows color (decimal): -3031129 or 10993617. OLE color: 10993617.

HSL color Cylindrical-coordinate representation of color #D1BFA7: hue angle of 34.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BFA7 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 167 -
CMYK 0 0.09 0.20 0.18
HSL 34.29º 0.31% 0.74% -
HSV(B) 34.29º 0.2% 0.82% -
XYZ 51.9 53.61 44.17 -
YUV 193.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 209 191 167 0 0.09 0.20 0.18 34.29 0.31 0.74
Hex D1 BF A7 0 9 14 12 22 1F 4A
Octal 321 277 247 0 11 24 22 42 37 112
Binary 11010001 10111111 10100111 0 1001 10100 10010 100010 11111 1001010

Color Harmonies of #D1BFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFA7

Black with #D1BFA7

Text Example


Text Example

White with #D1BFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFA7; }

 p { color: rgb(209,191,167); }

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

background-color css

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

 a { background-color: rgb(209,191,167); }

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

border-color css

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

 span { border-color: rgb(209,191,167); }

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