Html Css Color HEX #D49615 Gamboge

📋 copy color: '#D49615'

red 212 ◦ green 150 ◦ blue 21

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

Shades of Gamboge #D49615

Tints of Gamboge #D49615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 55.35%
G = 39.16%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D49615 (or 0xD49615) is known color: Gamboge. HEX triplet: D4, 96 and 15. RGB value is (212,150,21). Sum of RGB (Red+Green+Blue) = 212+150+21=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49615 is #2B69EA. Grayscale: #9A9A9A. Windows color (decimal): -2845163 or 1414868. OLE color: 1414868.

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

Color convert

RGB 212 150 21 -
CMYK 0 0.29 0.90 0.17
HSL 40.52º 0.82% 0.46% -
HSV(B) 40.52º 0.9% 0.83% -
XYZ 38.19 35.86 5.62 -
YUV 153.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 212 150 21 0 0.29 0.90 0.17 40.52 0.82 0.46
Hex D4 96 15 0 1D 5A 11 29 52 2E
Octal 324 226 25 0 35 132 21 51 122 56
Binary 11010100 10010110 10101 0 11101 1011010 10001 101001 1010010 101110

Color Harmonies of #D49615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49615

Black with #D49615

Text Example


Text Example

White with #D49615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49615; }

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

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

background-color css

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

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

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

border-color css

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

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

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