Html Css Color HEX #D49109 Gamboge

📋 copy color: '#D49109'

red 212 ◦ green 145 ◦ blue 9

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

Shades of Gamboge #D49109

Tints of Gamboge #D49109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 57.92%
G = 39.62%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D49109 (or 0xD49109) is known color: Gamboge. HEX triplet: D4, 91 and 09. RGB value is (212,145,9). Sum of RGB (Red+Green+Blue) = 212+145+9=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D49109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49109 is #2B6EF6. Grayscale: #969696. Windows color (decimal): -2846455 or 627156. OLE color: 627156.

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

Color convert

RGB 212 145 9 -
CMYK 0 0.32 0.96 0.17
HSL 40.2º 0.92% 0.43% -
HSV(B) 40.2º 0.96% 0.83% -
XYZ 37.33 34.27 4.91 -
YUV 149.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 212 145 9 0 0.32 0.96 0.17 40.2 0.92 0.43
Hex D4 91 9 0 20 60 11 28 5C 2B
Octal 324 221 11 0 40 140 21 50 134 53
Binary 11010100 10010001 1001 0 100000 1100000 10001 101000 1011100 101011

Color Harmonies of #D49109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49109

Black with #D49109

Text Example


Text Example

White with #D49109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49109; }

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

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

background-color css

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

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

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

border-color css

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

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

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