Html Css Color HEX #D49612 Gamboge

📋 copy color: '#D49612'

red 212 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #D49612

Tints of Gamboge #D49612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 55.79%
G = 39.47%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D49612 (or 0xD49612) is known color: Gamboge. HEX triplet: D4, 96 and 12. RGB value is (212,150,18). Sum of RGB (Red+Green+Blue) = 212+150+18=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D49612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49612 is #2B69ED. Grayscale: #9A9A9A. Windows color (decimal): -2845166 or 1218260. OLE color: 1218260.

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

Color convert

RGB 212 150 18 -
CMYK 0 0.29 0.92 0.17
HSL 40.82º 0.84% 0.45% -
HSV(B) 40.82º 0.92% 0.83% -
XYZ 38.17 35.85 5.48 -
YUV 153.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 212 150 18 0 0.29 0.92 0.17 40.82 0.84 0.45
Hex D4 96 12 0 1D 5C 11 29 54 2D
Octal 324 226 22 0 35 134 21 51 124 55
Binary 11010100 10010110 10010 0 11101 1011100 10001 101001 1010100 101101

Color Harmonies of #D49612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49612

Black with #D49612

Text Example


Text Example

White with #D49612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49612; }

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

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

background-color css

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

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

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

border-color css

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

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

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