Html Css Color HEX #D49A16 Gamboge

📋 copy color: '#D49A16'

red 212 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #D49A16

Tints of Gamboge #D49A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 54.64%
G = 39.69%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D49A16 (or 0xD49A16) is known color: Gamboge. HEX triplet: D4, 9A and 16. RGB value is (212,154,22). Sum of RGB (Red+Green+Blue) = 212+154+22=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49A16 is #2B65E9. Grayscale: #9C9C9C. Windows color (decimal): -2844138 or 1481428. OLE color: 1481428.

HSL color Cylindrical-coordinate representation of color #D49A16: hue angle of 41.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D49A16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 22 -
CMYK 0 0.27 0.90 0.17
HSL 41.68º 0.81% 0.46% -
HSV(B) 41.68º 0.9% 0.83% -
XYZ 38.85 37.17 5.89 -
YUV 156.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 212 154 22 0 0.27 0.90 0.17 41.68 0.81 0.46
Hex D4 9A 16 0 1B 5A 11 2A 51 2E
Octal 324 232 26 0 33 132 21 52 121 56
Binary 11010100 10011010 10110 0 11011 1011010 10001 101010 1010001 101110

Color Harmonies of #D49A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A16

Black with #D49A16

Text Example


Text Example

White with #D49A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A16; }

 p { color: rgb(212,154,22); }

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

background-color css

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

 a { background-color: rgb(212,154,22); }

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

border-color css

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

 span { border-color: rgb(212,154,22); }

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