Html Css Color HEX #D49012 Gamboge

📋 copy color: '#D49012'

red 212 ◦ green 144 ◦ blue 18

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

Shades of Gamboge #D49012

Tints of Gamboge #D49012

RGB

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

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

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

R = 56.68%
G = 38.5%
B = 4.81%

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

#D49012 (or 0xD49012) is known color: Gamboge. HEX triplet: D4, 90 and 12. RGB value is (212,144,18). Sum of RGB (Red+Green+Blue) = 212+144+18=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D49012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49012 is #2B6FED. Grayscale: #969696. Windows color (decimal): -2846702 or 1216724. OLE color: 1216724.

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

Color convert

RGB 212 144 18 -
CMYK 0 0.32 0.92 0.17
HSL 38.97º 0.84% 0.45% -
HSV(B) 38.97º 0.92% 0.83% -
XYZ 37.23 33.99 5.17 -
YUV 149.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 212 144 18 0 0.32 0.92 0.17 38.97 0.84 0.45
Hex D4 90 12 0 20 5C 11 27 54 2D
Octal 324 220 22 0 40 134 21 47 124 55
Binary 11010100 10010000 10010 0 100000 1011100 10001 100111 1010100 101101

Color Harmonies of #D49012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49012

Black with #D49012

Text Example


Text Example

White with #D49012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49012; }

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

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

background-color css

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

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

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

border-color css

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

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

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