Html Css Color HEX #D4BFA4 Soft Amber

📋 copy color: '#D4BFA4'

red 212 ◦ green 191 ◦ blue 164

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

Shades of Soft Amber #D4BFA4

Tints of Soft Amber #D4BFA4

RGB

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

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

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

R = 37.39%
G = 33.69%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D4BFA4 (or 0xD4BFA4) is known color: Soft Amber. HEX triplet: D4, BF and A4. RGB value is (212,191,164). Sum of RGB (Red+Green+Blue) = 212+191+164=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BFA4 is #2B405B. Grayscale: #C2C2C2. Windows color (decimal): -2834524 or 10797012. OLE color: 10797012.

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

Color convert

RGB 212 191 164 -
CMYK 0 0.10 0.23 0.17
HSL 33.75º 0.36% 0.74% -
HSV(B) 33.75º 0.23% 0.83% -
XYZ 52.48 53.94 42.77 -
YUV 194.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 212 191 164 0 0.10 0.23 0.17 33.75 0.36 0.74
Hex D4 BF A4 0 A 17 11 22 24 4A
Octal 324 277 244 0 12 27 21 42 44 112
Binary 11010100 10111111 10100100 0 1010 10111 10001 100010 100100 1001010

Color Harmonies of #D4BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFA4

Black with #D4BFA4

Text Example


Text Example

White with #D4BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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