Html Css Color HEX #D79500 Gamboge

📋 copy color: '#D79500'

red 215 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #D79500

Tints of Gamboge #D79500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.07%
G = 40.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D79500 (or 0xD79500) is known color: Gamboge. HEX triplet: D7, 95 and 00. RGB value is (215,149,0). Sum of RGB (Red+Green+Blue) = 215+149+0=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D79500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79500 is #286AFF. Grayscale: #989898. Windows color (decimal): -2648832 or 38359. OLE color: 38359.

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

Color convert

RGB 215 149 0 -
CMYK 0 0.31 1 0.16
HSL 41.58º 1% 0.42% -
HSV(B) 41.58º 1% 0.84% -
XYZ 38.77 35.94 4.89 -
YUV 151.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 215 149 0 0 0.31 1 0.16 41.58 1 0.42
Hex D7 95 0 0 1F 64 10 2A 64 2A
Octal 327 225 0 0 37 144 20 52 144 52
Binary 11010111 10010101 0 0 11111 1100100 10000 101010 1100100 101010

Color Harmonies of #D79500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79500

Black with #D79500

Text Example


Text Example

White with #D79500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79500; }

 p { color: rgb(215,149,0); }

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

background-color css

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

 a { background-color: rgb(215,149,0); }

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

border-color css

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

 span { border-color: rgb(215,149,0); }

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