Html Css Color HEX #D49013 Gamboge

📋 copy color: '#D49013'

red 212 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #D49013

Tints of Gamboge #D49013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 56.53%
G = 38.4%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D49013 (or 0xD49013) is known color: Gamboge. HEX triplet: D4, 90 and 13. RGB value is (212,144,19). Sum of RGB (Red+Green+Blue) = 212+144+19=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D49013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49013 is #2B6FEC. Grayscale: #969696. Windows color (decimal): -2846701 or 1282260. OLE color: 1282260.

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

Color convert

RGB 212 144 19 -
CMYK 0 0.32 0.91 0.17
HSL 38.86º 0.84% 0.45% -
HSV(B) 38.86º 0.91% 0.83% -
XYZ 37.24 33.99 5.21 -
YUV 150.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 212 144 19 0 0.32 0.91 0.17 38.86 0.84 0.45
Hex D4 90 13 0 20 5B 11 27 54 2D
Octal 324 220 23 0 40 133 21 47 124 55
Binary 11010100 10010000 10011 0 100000 1011011 10001 100111 1010100 101101

Color Harmonies of #D49013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49013

Black with #D49013

Text Example


Text Example

White with #D49013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49013; }

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

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

background-color css

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

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

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

border-color css

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

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

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