Html Css Color HEX #D79600 Gamboge

📋 copy color: '#D79600'

red 215 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #D79600

Tints of Gamboge #D79600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 58.9%
G = 41.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D79600 (or 0xD79600) is known color: Gamboge. HEX triplet: D7, 96 and 00. RGB value is (215,150,0). Sum of RGB (Red+Green+Blue) = 215+150+0=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D79600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79600 is #2869FF. Grayscale: #999999. Windows color (decimal): -2648576 or 38615. OLE color: 38615.

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

Color convert

RGB 215 150 0 -
CMYK 0 0.30 1 0.16
HSL 41.86º 1% 0.42% -
HSV(B) 41.86º 1% 0.84% -
XYZ 38.93 36.26 4.95 -
YUV 152.34 42.03 172.7 -
System Red Green Blue C M Y K H S L
Decimal 215 150 0 0 0.30 1 0.16 41.86 1 0.42
Hex D7 96 0 0 1E 64 10 2A 64 2A
Octal 327 226 0 0 36 144 20 52 144 52
Binary 11010111 10010110 0 0 11110 1100100 10000 101010 1100100 101010

Color Harmonies of #D79600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79600

Black with #D79600

Text Example


Text Example

White with #D79600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79600; }

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

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

background-color css

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

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

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

border-color css

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

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

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