Html Css Color HEX #D49104 Gamboge

📋 copy color: '#D49104'

red 212 ◦ green 145 ◦ blue 4

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

Shades of Gamboge #D49104

Tints of Gamboge #D49104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 58.73%
G = 40.17%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D49104 (or 0xD49104) is known color: Gamboge. HEX triplet: D4, 91 and 04. RGB value is (212,145,4). Sum of RGB (Red+Green+Blue) = 212+145+4=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D49104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49104 is #2B6EFB. Grayscale: #959595. Windows color (decimal): -2846460 or 299476. OLE color: 299476.

HSL color Cylindrical-coordinate representation of color #D49104: hue angle of 40.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D49104 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 4 -
CMYK 0 0.32 0.98 0.17
HSL 40.67º 0.96% 0.42% -
HSV(B) 40.67º 0.98% 0.83% -
XYZ 37.3 34.26 4.76 -
YUV 148.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 212 145 4 0 0.32 0.98 0.17 40.67 0.96 0.42
Hex D4 91 4 0 20 62 11 29 60 2A
Octal 324 221 4 0 40 142 21 51 140 52
Binary 11010100 10010001 100 0 100000 1100010 10001 101001 1100000 101010

Color Harmonies of #D49104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49104

Black with #D49104

Text Example


Text Example

White with #D49104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49104; }

 p { color: rgb(212,145,4); }

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

background-color css

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

 a { background-color: rgb(212,145,4); }

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

border-color css

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

 span { border-color: rgb(212,145,4); }

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