Html Css Color HEX #D49512 Gamboge

📋 copy color: '#D49512'

red 212 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #D49512

Tints of Gamboge #D49512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 55.94%
G = 39.31%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D49512 (or 0xD49512) is known color: Gamboge. HEX triplet: D4, 95 and 12. RGB value is (212,149,18). Sum of RGB (Red+Green+Blue) = 212+149+18=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49512 is #2B6AED. Grayscale: #999999. Windows color (decimal): -2845422 or 1218004. OLE color: 1218004.

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

Color convert

RGB 212 149 18 -
CMYK 0 0.30 0.92 0.17
HSL 40.52º 0.84% 0.45% -
HSV(B) 40.52º 0.92% 0.83% -
XYZ 38.01 35.54 5.43 -
YUV 152.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 212 149 18 0 0.30 0.92 0.17 40.52 0.84 0.45
Hex D4 95 12 0 1E 5C 11 29 54 2D
Octal 324 225 22 0 36 134 21 51 124 55
Binary 11010100 10010101 10010 0 11110 1011100 10001 101001 1010100 101101

Color Harmonies of #D49512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49512

Black with #D49512

Text Example


Text Example

White with #D49512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49512; }

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

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

background-color css

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

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

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

border-color css

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

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

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