Html Css Color HEX #D4BF9E Soft Amber

📋 copy color: '#D4BF9E'

red 212 ◦ green 191 ◦ blue 158

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

Shades of Soft Amber #D4BF9E

Tints of Soft Amber #D4BF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.16%

R = 37.79%
G = 34.05%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4BF9E (or 0xD4BF9E) is known color: Soft Amber. HEX triplet: D4, BF and 9E. RGB value is (212,191,158). Sum of RGB (Red+Green+Blue) = 212+191+158=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF9E is #2B4061. Grayscale: #C1C1C1. Windows color (decimal): -2834530 or 10403796. OLE color: 10403796.

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

Color convert

RGB 212 191 158 -
CMYK 0 0.10 0.25 0.17
HSL 36.67º 0.39% 0.73% -
HSV(B) 36.67º 0.25% 0.83% -
XYZ 51.95 53.73 39.98 -
YUV 193.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 212 191 158 0 0.10 0.25 0.17 36.67 0.39 0.73
Hex D4 BF 9E 0 A 19 11 25 27 49
Octal 324 277 236 0 12 31 21 45 47 111
Binary 11010100 10111111 10011110 0 1010 11001 10001 100101 100111 1001001

Color Harmonies of #D4BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF9E

Black with #D4BF9E

Text Example


Text Example

White with #D4BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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