Html Css Color HEX #D49502 Gamboge

📋 copy color: '#D49502'

red 212 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #D49502

Tints of Gamboge #D49502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 58.4%
G = 41.05%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D49502 (or 0xD49502) is known color: Gamboge. HEX triplet: D4, 95 and 02. RGB value is (212,149,2). Sum of RGB (Red+Green+Blue) = 212+149+2=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D49502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49502 is #2B6AFD. Grayscale: #979797. Windows color (decimal): -2845438 or 169428. OLE color: 169428.

HSL color Cylindrical-coordinate representation of color #D49502: hue angle of 42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D49502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 2 -
CMYK 0 0.30 0.99 0.17
HSL 42º 0.98% 0.42% -
HSV(B) 42º 0.99% 0.83% -
XYZ 37.91 35.5 4.91 -
YUV 151.08 43.87 171.45 -
System Red Green Blue C M Y K H S L
Decimal 212 149 2 0 0.30 0.99 0.17 42 0.98 0.42
Hex D4 95 2 0 1E 63 11 2A 62 2A
Octal 324 225 2 0 36 143 21 52 142 52
Binary 11010100 10010101 10 0 11110 1100011 10001 101010 1100010 101010

Color Harmonies of #D49502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49502

Black with #D49502

Text Example


Text Example

White with #D49502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49502; }

 p { color: rgb(212,149,2); }

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

background-color css

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

 a { background-color: rgb(212,149,2); }

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

border-color css

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

 span { border-color: rgb(212,149,2); }

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