Html Css Color HEX #D2BFAB Soft Amber

📋 copy color: '#D2BFAB'

red 210 ◦ green 191 ◦ blue 171

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

Shades of Soft Amber #D2BFAB

Tints of Soft Amber #D2BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.9%

R = 36.71%
G = 33.39%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D2BFAB (or 0xD2BFAB) is known color: Soft Amber. HEX triplet: D2, BF and AB. RGB value is (210,191,171). Sum of RGB (Red+Green+Blue) = 210+191+171=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFAB is #2D4054. Grayscale: #C2C2C2. Windows color (decimal): -2965589 or 11255762. OLE color: 11255762.

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

Color convert

RGB 210 191 171 -
CMYK 0 0.09 0.19 0.18
HSL 30.77º 0.3% 0.75% -
HSV(B) 30.77º 0.19% 0.82% -
XYZ 52.56 53.9 46.16 -
YUV 194.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 210 191 171 0 0.09 0.19 0.18 30.77 0.3 0.75
Hex D2 BF AB 0 9 13 12 1F 1E 4B
Octal 322 277 253 0 11 23 22 37 36 113
Binary 11010010 10111111 10101011 0 1001 10011 10010 11111 11110 1001011

Color Harmonies of #D2BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BFAB

Black with #D2BFAB

Text Example


Text Example

White with #D2BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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