Html Css Color HEX #D49100 Gamboge

📋 copy color: '#D49100'

red 212 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D49100

Tints of Gamboge #D49100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.38%
G = 40.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D49100 (or 0xD49100) is known color: Gamboge. HEX triplet: D4, 91 and 00. RGB value is (212,145,0). Sum of RGB (Red+Green+Blue) = 212+145+0=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D49100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49100 is #2B6EFF. Grayscale: #959595. Windows color (decimal): -2846464 or 37332. OLE color: 37332.

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

Color convert

RGB 212 145 0 -
CMYK 0 0.32 1 0.17
HSL 41.04º 1% 0.42% -
HSV(B) 41.04º 1% 0.83% -
XYZ 37.28 34.25 4.65 -
YUV 148.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 212 145 0 0 0.32 1 0.17 41.04 1 0.42
Hex D4 91 0 0 20 64 11 29 64 2A
Octal 324 221 0 0 40 144 21 51 144 52
Binary 11010100 10010001 0 0 100000 1100100 10001 101001 1100100 101010

Color Harmonies of #D49100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49100

Black with #D49100

Text Example


Text Example

White with #D49100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49100; }

 p { color: rgb(212,145,0); }

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

background-color css

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

 a { background-color: rgb(212,145,0); }

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

border-color css

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

 span { border-color: rgb(212,145,0); }

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