Html Css Color HEX #D49818 Gamboge

📋 copy color: '#D49818'

red 212 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #D49818

Tints of Gamboge #D49818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 54.64%
G = 39.18%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D49818 (or 0xD49818) is known color: Gamboge. HEX triplet: D4, 98 and 18. RGB value is (212,152,24). Sum of RGB (Red+Green+Blue) = 212+152+24=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D49818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49818 is #2B67E7. Grayscale: #9B9B9B. Windows color (decimal): -2844648 or 1611988. OLE color: 1611988.

HSL color Cylindrical-coordinate representation of color #D49818: hue angle of 40.85º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D49818 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 24 -
CMYK 0 0.28 0.89 0.17
HSL 40.85º 0.8% 0.46% -
HSV(B) 40.85º 0.89% 0.83% -
XYZ 38.54 36.52 5.88 -
YUV 155.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 212 152 24 0 0.28 0.89 0.17 40.85 0.8 0.46
Hex D4 98 18 0 1C 59 11 29 50 2E
Octal 324 230 30 0 34 131 21 51 120 56
Binary 11010100 10011000 11000 0 11100 1011001 10001 101001 1010000 101110

Color Harmonies of #D49818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49818

Black with #D49818

Text Example


Text Example

White with #D49818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49818; }

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

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

background-color css

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

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

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

border-color css

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

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

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