Html Css Color HEX #D79107 Gamboge

📋 copy color: '#D79107'

red 215 ◦ green 145 ◦ blue 7

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

Shades of Gamboge #D79107

Tints of Gamboge #D79107

RGB

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

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

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

R = 58.58%
G = 39.51%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D79107 (or 0xD79107) is known color: Gamboge. HEX triplet: D7, 91 and 07. RGB value is (215,145,7). Sum of RGB (Red+Green+Blue) = 215+145+7=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D79107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79107 is #286EF8. Grayscale: #969696. Windows color (decimal): -2649849 or 496087. OLE color: 496087.

HSL color Cylindrical-coordinate representation of color #D79107: hue angle of 39.81º 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 #D79107 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 145 7 -
CMYK 0 0.33 0.97 0.16
HSL 39.81º 0.94% 0.44% -
HSV(B) 39.81º 0.97% 0.84% -
XYZ 38.19 34.71 4.89 -
YUV 150.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 215 145 7 0 0.33 0.97 0.16 39.81 0.94 0.44
Hex D7 91 7 0 21 61 10 28 5E 2C
Octal 327 221 7 0 41 141 20 50 136 54
Binary 11010111 10010001 111 0 100001 1100001 10000 101000 1011110 101100

Color Harmonies of #D79107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79107

Black with #D79107

Text Example


Text Example

White with #D79107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79107; }

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

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

background-color css

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

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

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

border-color css

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

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

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