Html Css Color HEX #D2BFA1 Soft Amber

📋 copy color: '#D2BFA1'

red 210 ◦ green 191 ◦ blue 161

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

Shades of Soft Amber #D2BFA1

Tints of Soft Amber #D2BFA1

RGB

 RED value IS 210 (82.42% from 255) = 37.37%

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

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

R = 37.37%
G = 33.99%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D2BFA1 (or 0xD2BFA1) is known color: Soft Amber. HEX triplet: D2, BF and A1. RGB value is (210,191,161). Sum of RGB (Red+Green+Blue) = 210+191+161=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFA1 is #2D405E. Grayscale: #C1C1C1. Windows color (decimal): -2965599 or 10600402. OLE color: 10600402.

HSL color Cylindrical-coordinate representation of color #D2BFA1: hue angle of 36.73º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BFA1 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 161 -
CMYK 0 0.09 0.23 0.18
HSL 36.73º 0.35% 0.73% -
HSV(B) 36.73º 0.23% 0.82% -
XYZ 51.64 53.54 41.33 -
YUV 193.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 210 191 161 0 0.09 0.23 0.18 36.73 0.35 0.73
Hex D2 BF A1 0 9 17 12 25 23 49
Octal 322 277 241 0 11 27 22 45 43 111
Binary 11010010 10111111 10100001 0 1001 10111 10010 100101 100011 1001001

Color Harmonies of #D2BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BFA1

Black with #D2BFA1

Text Example


Text Example

White with #D2BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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