Html Css Color HEX #D79204 Gamboge

📋 copy color: '#D79204'

red 215 ◦ green 146 ◦ blue 4

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

Shades of Gamboge #D79204

Tints of Gamboge #D79204

RGB

 RED value IS 215 (84.38% from 255) = 58.9%

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 58.9%
G = 40%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D79204 (or 0xD79204) is known color: Gamboge. HEX triplet: D7, 92 and 04. RGB value is (215,146,4). Sum of RGB (Red+Green+Blue) = 215+146+4=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D79204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79204 is #286DFB. Grayscale: #979797. Windows color (decimal): -2649596 or 299735. OLE color: 299735.

HSL color Cylindrical-coordinate representation of color #D79204: hue angle of 40.38º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D79204 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 146 4 -
CMYK 0 0.32 0.98 0.16
HSL 40.38º 0.96% 0.43% -
HSV(B) 40.38º 0.98% 0.84% -
XYZ 38.33 35.01 4.85 -
YUV 150.44 45.36 174.05 -
System Red Green Blue C M Y K H S L
Decimal 215 146 4 0 0.32 0.98 0.16 40.38 0.96 0.43
Hex D7 92 4 0 20 62 10 28 60 2B
Octal 327 222 4 0 40 142 20 50 140 53
Binary 11010111 10010010 100 0 100000 1100010 10000 101000 1100000 101011

Color Harmonies of #D79204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79204

Black with #D79204

Text Example


Text Example

White with #D79204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79204; }

 p { color: rgb(215,146,4); }

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

background-color css

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

 a { background-color: rgb(215,146,4); }

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

border-color css

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

 span { border-color: rgb(215,146,4); }

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