Html Css Color HEX #D79900 Gamboge

📋 copy color: '#D79900'

red 215 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #D79900

Tints of Gamboge #D79900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 58.42%
G = 41.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D79900 (or 0xD79900) is known color: Gamboge. HEX triplet: D7, 99 and 00. RGB value is (215,153,0). Sum of RGB (Red+Green+Blue) = 215+153+0=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D79900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79900 is #2866FF. Grayscale: #9A9A9A. Windows color (decimal): -2647808 or 39383. OLE color: 39383.

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

Color convert

RGB 215 153 0 -
CMYK 0 0.29 1 0.16
HSL 42.7º 1% 0.42% -
HSV(B) 42.7º 1% 0.84% -
XYZ 39.42 37.23 5.11 -
YUV 154.1 41.04 171.44 -
System Red Green Blue C M Y K H S L
Decimal 215 153 0 0 0.29 1 0.16 42.7 1 0.42
Hex D7 99 0 0 1D 64 10 2B 64 2A
Octal 327 231 0 0 35 144 20 53 144 52
Binary 11010111 10011001 0 0 11101 1100100 10000 101011 1100100 101010

Color Harmonies of #D79900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79900

Black with #D79900

Text Example


Text Example

White with #D79900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79900; }

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

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

background-color css

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

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

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

border-color css

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

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

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