Html Css Color HEX #D4BE9C Soft Amber

📋 copy color: '#D4BE9C'

red 212 ◦ green 190 ◦ blue 156

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

Shades of Soft Amber #D4BE9C

Tints of Soft Amber #D4BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 37.99%
G = 34.05%
B = 27.96%

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

#D4BE9C (or 0xD4BE9C) is known color: Soft Amber. HEX triplet: D4, BE and 9C. RGB value is (212,190,156). Sum of RGB (Red+Green+Blue) = 212+190+156=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE9C is #2B4163. Grayscale: #C0C0C0. Windows color (decimal): -2834788 or 10272468. OLE color: 10272468.

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

Color convert

RGB 212 190 156 -
CMYK 0 0.10 0.26 0.17
HSL 36.43º 0.39% 0.72% -
HSV(B) 36.43º 0.26% 0.83% -
XYZ 51.57 53.22 39.01 -
YUV 192.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 212 190 156 0 0.10 0.26 0.17 36.43 0.39 0.72
Hex D4 BE 9C 0 A 1A 11 24 27 48
Octal 324 276 234 0 12 32 21 44 47 110
Binary 11010100 10111110 10011100 0 1010 11010 10001 100100 100111 1001000

Color Harmonies of #D4BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE9C

Black with #D4BE9C

Text Example


Text Example

White with #D4BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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