Html Css Color HEX #D49400 Gamboge

📋 copy color: '#D49400'

red 212 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #D49400

Tints of Gamboge #D49400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

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

R = 58.89%
G = 41.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D49400 (or 0xD49400) is known color: Gamboge. HEX triplet: D4, 94 and 00. RGB value is (212,148,0). Sum of RGB (Red+Green+Blue) = 212+148+0=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D49400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49400 is #2B6BFF. Grayscale: #969696. Windows color (decimal): -2845696 or 38100. OLE color: 38100.

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

Color convert

RGB 212 148 0 -
CMYK 0 0.30 1 0.17
HSL 41.89º 1% 0.42% -
HSV(B) 41.89º 1% 0.83% -
XYZ 37.74 35.18 4.8 -
YUV 150.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 212 148 0 0 0.30 1 0.17 41.89 1 0.42
Hex D4 94 0 0 1E 64 11 2A 64 2A
Octal 324 224 0 0 36 144 21 52 144 52
Binary 11010100 10010100 0 0 11110 1100100 10001 101010 1100100 101010

Color Harmonies of #D49400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49400

Black with #D49400

Text Example


Text Example

White with #D49400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49400; }

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

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

background-color css

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

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

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

border-color css

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

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

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