Html Css Color HEX #D49410 Gamboge

📋 copy color: '#D49410'

red 212 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #D49410

Tints of Gamboge #D49410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

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

R = 56.38%
G = 39.36%
B = 4.26%

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

#D49410 (or 0xD49410) is known color: Gamboge. HEX triplet: D4, 94 and 10. RGB value is (212,148,16). Sum of RGB (Red+Green+Blue) = 212+148+16=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D49410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49410 is #2B6BEF. Grayscale: #989898. Windows color (decimal): -2845680 or 1086676. OLE color: 1086676.

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

Color convert

RGB 212 148 16 -
CMYK 0 0.30 0.92 0.17
HSL 40.41º 0.86% 0.45% -
HSV(B) 40.41º 0.92% 0.83% -
XYZ 37.83 35.21 5.29 -
YUV 152.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 212 148 16 0 0.30 0.92 0.17 40.41 0.86 0.45
Hex D4 94 10 0 1E 5C 11 28 56 2D
Octal 324 224 20 0 36 134 21 50 126 55
Binary 11010100 10010100 10000 0 11110 1011100 10001 101000 1010110 101101

Color Harmonies of #D49410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49410

Black with #D49410

Text Example


Text Example

White with #D49410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49410; }

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

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

background-color css

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

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

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

border-color css

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

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

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