Html Css Color HEX #D4BE9D Soft Amber

📋 copy color: '#D4BE9D'

red 212 ◦ green 190 ◦ blue 157

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

Shades of Soft Amber #D4BE9D

Tints of Soft Amber #D4BE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 37.92%
G = 33.99%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4BE9D (or 0xD4BE9D) is known color: Soft Amber. HEX triplet: D4, BE and 9D. RGB value is (212,190,157). Sum of RGB (Red+Green+Blue) = 212+190+157=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE9D is #2B4162. Grayscale: #C0C0C0. Windows color (decimal): -2834787 or 10338004. OLE color: 10338004.

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

Color convert

RGB 212 190 157 -
CMYK 0 0.10 0.26 0.17
HSL 36º 0.39% 0.72% -
HSV(B) 36º 0.26% 0.83% -
XYZ 51.65 53.26 39.46 -
YUV 192.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 212 190 157 0 0.10 0.26 0.17 36 0.39 0.72
Hex D4 BE 9D 0 A 1A 11 24 27 48
Octal 324 276 235 0 12 32 21 44 47 110
Binary 11010100 10111110 10011101 0 1010 11010 10001 100100 100111 1001000

Color Harmonies of #D4BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE9D

Black with #D4BE9D

Text Example


Text Example

White with #D4BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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