Html Css Color HEX #D49712 Gamboge

📋 copy color: '#D49712'

red 212 ◦ green 151 ◦ blue 18

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

Shades of Gamboge #D49712

Tints of Gamboge #D49712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 55.64%
G = 39.63%
B = 4.72%

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

#D49712 (or 0xD49712) is known color: Gamboge. HEX triplet: D4, 97 and 12. RGB value is (212,151,18). Sum of RGB (Red+Green+Blue) = 212+151+18=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D49712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49712 is #2B68ED. Grayscale: #9A9A9A. Windows color (decimal): -2844910 or 1218516. OLE color: 1218516.

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

Color convert

RGB 212 151 18 -
CMYK 0 0.29 0.92 0.17
HSL 41.13º 0.84% 0.45% -
HSV(B) 41.13º 0.92% 0.83% -
XYZ 38.33 36.17 5.53 -
YUV 154.08 51.21 169.31 -
System Red Green Blue C M Y K H S L
Decimal 212 151 18 0 0.29 0.92 0.17 41.13 0.84 0.45
Hex D4 97 12 0 1D 5C 11 29 54 2D
Octal 324 227 22 0 35 134 21 51 124 55
Binary 11010100 10010111 10010 0 11101 1011100 10001 101001 1010100 101101

Color Harmonies of #D49712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49712

Black with #D49712

Text Example


Text Example

White with #D49712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49712; }

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

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

background-color css

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

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

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

border-color css

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

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

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