Html Css Color HEX #D49812 Gamboge

📋 copy color: '#D49812'

red 212 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #D49812

Tints of Gamboge #D49812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 55.5%
G = 39.79%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D49812 (or 0xD49812) is known color: Gamboge. HEX triplet: D4, 98 and 12. RGB value is (212,152,18). Sum of RGB (Red+Green+Blue) = 212+152+18=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49812 is #2B67ED. Grayscale: #9B9B9B. Windows color (decimal): -2844654 or 1218772. OLE color: 1218772.

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

Color convert

RGB 212 152 18 -
CMYK 0 0.28 0.92 0.17
HSL 41.44º 0.84% 0.45% -
HSV(B) 41.44º 0.92% 0.83% -
XYZ 38.49 36.5 5.59 -
YUV 154.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 212 152 18 0 0.28 0.92 0.17 41.44 0.84 0.45
Hex D4 98 12 0 1C 5C 11 29 54 2D
Octal 324 230 22 0 34 134 21 51 124 55
Binary 11010100 10011000 10010 0 11100 1011100 10001 101001 1010100 101101

Color Harmonies of #D49812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49812

Black with #D49812

Text Example


Text Example

White with #D49812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49812; }

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

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

background-color css

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

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

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

border-color css

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

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

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