Html Css Color HEX #D49604 Gamboge

📋 copy color: '#D49604'

red 212 ◦ green 150 ◦ blue 4

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

Shades of Gamboge #D49604

Tints of Gamboge #D49604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 57.92%
G = 40.98%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D49604 (or 0xD49604) is known color: Gamboge. HEX triplet: D4, 96 and 04. RGB value is (212,150,4). Sum of RGB (Red+Green+Blue) = 212+150+4=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D49604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49604 is #2B69FB. Grayscale: #989898. Windows color (decimal): -2845180 or 300756. OLE color: 300756.

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

Color convert

RGB 212 150 4 -
CMYK 0 0.29 0.98 0.17
HSL 42.12º 0.96% 0.42% -
HSV(B) 42.12º 0.98% 0.83% -
XYZ 38.08 35.82 5.02 -
YUV 151.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 212 150 4 0 0.29 0.98 0.17 42.12 0.96 0.42
Hex D4 96 4 0 1D 62 11 2A 60 2A
Octal 324 226 4 0 35 142 21 52 140 52
Binary 11010100 10010110 100 0 11101 1100010 10001 101010 1100000 101010

Color Harmonies of #D49604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49604

Black with #D49604

Text Example


Text Example

White with #D49604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49604; }

 p { color: rgb(212,150,4); }

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

background-color css

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

 a { background-color: rgb(212,150,4); }

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

border-color css

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

 span { border-color: rgb(212,150,4); }

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