Html Css Color HEX #D49710 Gamboge

📋 copy color: '#D49710'

red 212 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #D49710

Tints of Gamboge #D49710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 55.94%
G = 39.84%
B = 4.22%

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

#D49710 (or 0xD49710) is known color: Gamboge. HEX triplet: D4, 97 and 10. RGB value is (212,151,16). Sum of RGB (Red+Green+Blue) = 212+151+16=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49710 is #2B68EF. Grayscale: #9A9A9A. Windows color (decimal): -2844912 or 1087444. OLE color: 1087444.

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

Color convert

RGB 212 151 16 -
CMYK 0 0.29 0.92 0.17
HSL 41.33º 0.86% 0.45% -
HSV(B) 41.33º 0.92% 0.83% -
XYZ 38.31 36.17 5.45 -
YUV 153.85 50.21 169.48 -
System Red Green Blue C M Y K H S L
Decimal 212 151 16 0 0.29 0.92 0.17 41.33 0.86 0.45
Hex D4 97 10 0 1D 5C 11 29 56 2D
Octal 324 227 20 0 35 134 21 51 126 55
Binary 11010100 10010111 10000 0 11101 1011100 10001 101001 1010110 101101

Color Harmonies of #D49710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49710

Black with #D49710

Text Example


Text Example

White with #D49710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49710; }

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

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

background-color css

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

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

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

border-color css

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

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

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