Html Css Color HEX #D4BE9E Soft Amber

📋 copy color: '#D4BE9E'

red 212 ◦ green 190 ◦ blue 158

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

Shades of Soft Amber #D4BE9E

Tints of Soft Amber #D4BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

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

R = 37.86%
G = 33.93%
B = 28.21%

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

#D4BE9E (or 0xD4BE9E) is known color: Soft Amber. HEX triplet: D4, BE and 9E. RGB value is (212,190,158). Sum of RGB (Red+Green+Blue) = 212+190+158=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE9E is #2B4161. Grayscale: #C1C1C1. Windows color (decimal): -2834786 or 10403540. OLE color: 10403540.

HSL color Cylindrical-coordinate representation of color #D4BE9E: hue angle of 35.56º 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 #D4BE9E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 158 -
CMYK 0 0.10 0.25 0.17
HSL 35.56º 0.39% 0.73% -
HSV(B) 35.56º 0.25% 0.83% -
XYZ 51.74 53.29 39.91 -
YUV 192.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 212 190 158 0 0.10 0.25 0.17 35.56 0.39 0.73
Hex D4 BE 9E 0 A 19 11 24 27 49
Octal 324 276 236 0 12 31 21 44 47 111
Binary 11010100 10111110 10011110 0 1010 11001 10001 100100 100111 1001001

Color Harmonies of #D4BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE9E

Black with #D4BE9E

Text Example


Text Example

White with #D4BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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