Html Css Color HEX #D4BFA6 Soft Amber

📋 copy color: '#D4BFA6'

red 212 ◦ green 191 ◦ blue 166

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

Shades of Soft Amber #D4BFA6

Tints of Soft Amber #D4BFA6

RGB

 RED value IS 212 (83.2% from 255) = 37.26%

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

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 37.26%
G = 33.57%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D4BFA6 (or 0xD4BFA6) is known color: Soft Amber. HEX triplet: D4, BF and A6. RGB value is (212,191,166). Sum of RGB (Red+Green+Blue) = 212+191+166=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BFA6 is #2B4059. Grayscale: #C2C2C2. Windows color (decimal): -2834522 or 10928084. OLE color: 10928084.

HSL color Cylindrical-coordinate representation of color #D4BFA6: hue angle of 32.61º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BFA6 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 166 -
CMYK 0 0.10 0.22 0.17
HSL 32.61º 0.35% 0.74% -
HSV(B) 32.61º 0.22% 0.83% -
XYZ 52.67 54.01 43.73 -
YUV 194.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 212 191 166 0 0.10 0.22 0.17 32.61 0.35 0.74
Hex D4 BF A6 0 A 16 11 21 23 4A
Octal 324 277 246 0 12 26 21 41 43 112
Binary 11010100 10111111 10100110 0 1010 10110 10001 100001 100011 1001010

Color Harmonies of #D4BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFA6

Black with #D4BFA6

Text Example


Text Example

White with #D4BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFA6; }

 p { color: rgb(212,191,166); }

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

background-color css

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

 a { background-color: rgb(212,191,166); }

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

border-color css

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

 span { border-color: rgb(212,191,166); }

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