Html Css Color HEX #D79F02 Gamboge

📋 copy color: '#D79F02'

red 215 ◦ green 159 ◦ blue 2

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

Shades of Gamboge #D79F02

Tints of Gamboge #D79F02

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.29%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 57.18%
G = 42.29%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79F02 (or 0xD79F02) is known color: Gamboge. HEX triplet: D7, 9F and 02. RGB value is (215,159,2). Sum of RGB (Red+Green+Blue) = 215+159+2=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79F02 is #2860FD. Grayscale: #9E9E9E. Windows color (decimal): -2646270 or 171991. OLE color: 171991.

HSL color Cylindrical-coordinate representation of color #D79F02: hue angle of 44.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D79F02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 159 2 -
CMYK 0 0.26 0.99 0.16
HSL 44.23º 0.98% 0.43% -
HSV(B) 44.23º 0.99% 0.84% -
XYZ 40.43 39.25 5.5 -
YUV 157.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 215 159 2 0 0.26 0.99 0.16 44.23 0.98 0.43
Hex D7 9F 2 0 1A 63 10 2C 62 2B
Octal 327 237 2 0 32 143 20 54 142 53
Binary 11010111 10011111 10 0 11010 1100011 10000 101100 1100010 101011

Color Harmonies of #D79F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F02

Black with #D79F02

Text Example


Text Example

White with #D79F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F02; }

 p { color: rgb(215,159,2); }

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

background-color css

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

 a { background-color: rgb(215,159,2); }

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

border-color css

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

 span { border-color: rgb(215,159,2); }

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