Html Css Color HEX #D49415 Gamboge

📋 copy color: '#D49415'

red 212 ◦ green 148 ◦ blue 21

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

Shades of Gamboge #D49415

Tints of Gamboge #D49415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 55.64%
G = 38.85%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D49415 (or 0xD49415) is known color: Gamboge. HEX triplet: D4, 94 and 15. RGB value is (212,148,21). Sum of RGB (Red+Green+Blue) = 212+148+21=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D49415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49415 is #2B6BEA. Grayscale: #999999. Windows color (decimal): -2845675 or 1414356. OLE color: 1414356.

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

Color convert

RGB 212 148 21 -
CMYK 0 0.30 0.90 0.17
HSL 39.9º 0.82% 0.46% -
HSV(B) 39.9º 0.9% 0.83% -
XYZ 37.88 35.23 5.51 -
YUV 152.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 212 148 21 0 0.30 0.90 0.17 39.9 0.82 0.46
Hex D4 94 15 0 1E 5A 11 28 52 2E
Octal 324 224 25 0 36 132 21 50 122 56
Binary 11010100 10010100 10101 0 11110 1011010 10001 101000 1010010 101110

Color Harmonies of #D49415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49415

Black with #D49415

Text Example


Text Example

White with #D49415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49415; }

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

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

background-color css

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

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

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

border-color css

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

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

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