Html Css Color HEX #D79301 Gamboge

📋 copy color: '#D79301'

red 215 ◦ green 147 ◦ blue 1

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

Shades of Gamboge #D79301

Tints of Gamboge #D79301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 59.23%
G = 40.5%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D79301 (or 0xD79301) is known color: Gamboge. HEX triplet: D7, 93 and 01. RGB value is (215,147,1). Sum of RGB (Red+Green+Blue) = 215+147+1=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D79301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79301 is #286CFE. Grayscale: #979797. Windows color (decimal): -2649343 or 103383. OLE color: 103383.

HSL color Cylindrical-coordinate representation of color #D79301: hue angle of 40.93º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D79301 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 1 -
CMYK 0 0.32 1.00 0.16
HSL 40.93º 0.99% 0.42% -
HSV(B) 40.93º 1% 0.84% -
XYZ 38.46 35.32 4.82 -
YUV 150.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 215 147 1 0 0.32 1.00 0.16 40.93 0.99 0.42
Hex D7 93 1 0 20 64 10 29 63 2A
Octal 327 223 1 0 40 144 20 51 143 52
Binary 11010111 10010011 1 0 100000 1100100 10000 101001 1100011 101010

Color Harmonies of #D79301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79301

Black with #D79301

Text Example


Text Example

White with #D79301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79301; }

 p { color: rgb(215,147,1); }

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

background-color css

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

 a { background-color: rgb(215,147,1); }

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

border-color css

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

 span { border-color: rgb(215,147,1); }

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