Html Css Color HEX #D49112 Gamboge

📋 copy color: '#D49112'

red 212 ◦ green 145 ◦ blue 18

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

Shades of Gamboge #D49112

Tints of Gamboge #D49112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 56.53%
G = 38.67%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D49112 (or 0xD49112) is known color: Gamboge. HEX triplet: D4, 91 and 12. RGB value is (212,145,18). Sum of RGB (Red+Green+Blue) = 212+145+18=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D49112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49112 is #2B6EED. Grayscale: #979797. Windows color (decimal): -2846446 or 1216980. OLE color: 1216980.

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

Color convert

RGB 212 145 18 -
CMYK 0 0.32 0.92 0.17
HSL 39.28º 0.84% 0.45% -
HSV(B) 39.28º 0.92% 0.83% -
XYZ 37.39 34.29 5.22 -
YUV 150.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 212 145 18 0 0.32 0.92 0.17 39.28 0.84 0.45
Hex D4 91 12 0 20 5C 11 27 54 2D
Octal 324 221 22 0 40 134 21 47 124 55
Binary 11010100 10010001 10010 0 100000 1011100 10001 100111 1010100 101101

Color Harmonies of #D49112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49112

Black with #D49112

Text Example


Text Example

White with #D49112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49112; }

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

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

background-color css

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

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

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

border-color css

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

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

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