Html Css Color HEX #D49913 Gamboge

📋 copy color: '#D49913'

red 212 ◦ green 153 ◦ blue 19

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

Shades of Gamboge #D49913

Tints of Gamboge #D49913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 55.21%
G = 39.84%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D49913 (or 0xD49913) is known color: Gamboge. HEX triplet: D4, 99 and 13. RGB value is (212,153,19). Sum of RGB (Red+Green+Blue) = 212+153+19=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D49913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49913 is #2B66EC. Grayscale: #9B9B9B. Windows color (decimal): -2844397 or 1284564. OLE color: 1284564.

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

Color convert

RGB 212 153 19 -
CMYK 0 0.28 0.91 0.17
HSL 41.66º 0.84% 0.45% -
HSV(B) 41.66º 0.91% 0.83% -
XYZ 38.66 36.83 5.69 -
YUV 155.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 212 153 19 0 0.28 0.91 0.17 41.66 0.84 0.45
Hex D4 99 13 0 1C 5B 11 2A 54 2D
Octal 324 231 23 0 34 133 21 52 124 55
Binary 11010100 10011001 10011 0 11100 1011011 10001 101010 1010100 101101

Color Harmonies of #D49913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49913

Black with #D49913

Text Example


Text Example

White with #D49913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49913; }

 p { color: rgb(212,153,19); }

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

background-color css

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

 a { background-color: rgb(212,153,19); }

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

border-color css

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

 span { border-color: rgb(212,153,19); }

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