Html Css Color HEX #D49815 Gamboge

📋 copy color: '#D49815'

red 212 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #D49815

Tints of Gamboge #D49815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 55.06%
G = 39.48%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D49815 (or 0xD49815) is known color: Gamboge. HEX triplet: D4, 98 and 15. RGB value is (212,152,21). Sum of RGB (Red+Green+Blue) = 212+152+21=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49815 is #2B67EA. Grayscale: #9B9B9B. Windows color (decimal): -2844651 or 1415380. OLE color: 1415380.

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

Color convert

RGB 212 152 21 -
CMYK 0 0.28 0.90 0.17
HSL 41.15º 0.82% 0.46% -
HSV(B) 41.15º 0.9% 0.83% -
XYZ 38.51 36.51 5.73 -
YUV 155.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 212 152 21 0 0.28 0.90 0.17 41.15 0.82 0.46
Hex D4 98 15 0 1C 5A 11 29 52 2E
Octal 324 230 25 0 34 132 21 51 122 56
Binary 11010100 10011000 10101 0 11100 1011010 10001 101001 1010010 101110

Color Harmonies of #D49815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49815

Black with #D49815

Text Example


Text Example

White with #D49815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49815; }

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

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

background-color css

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

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

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

border-color css

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

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

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