Html Css Color HEX #D79407 Gamboge

📋 copy color: '#D79407'

red 215 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #D79407

Tints of Gamboge #D79407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 58.11%
G = 40%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D79407 (or 0xD79407) is known color: Gamboge. HEX triplet: D7, 94 and 07. RGB value is (215,148,7). Sum of RGB (Red+Green+Blue) = 215+148+7=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D79407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79407 is #286BF8. Grayscale: #989898. Windows color (decimal): -2649081 or 496855. OLE color: 496855.

HSL color Cylindrical-coordinate representation of color #D79407: hue angle of 40.67º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D79407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 7 -
CMYK 0 0.31 0.97 0.16
HSL 40.67º 0.94% 0.44% -
HSV(B) 40.67º 0.97% 0.84% -
XYZ 38.65 35.64 5.04 -
YUV 151.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 215 148 7 0 0.31 0.97 0.16 40.67 0.94 0.44
Hex D7 94 7 0 1F 61 10 29 5E 2C
Octal 327 224 7 0 37 141 20 51 136 54
Binary 11010111 10010100 111 0 11111 1100001 10000 101001 1011110 101100

Color Harmonies of #D79407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79407

Black with #D79407

Text Example


Text Example

White with #D79407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79407; }

 p { color: rgb(215,148,7); }

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

background-color css

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

 a { background-color: rgb(215,148,7); }

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

border-color css

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

 span { border-color: rgb(215,148,7); }

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