Html Css Color HEX #D79D02 Gamboge

📋 copy color: '#D79D02'

red 215 ◦ green 157 ◦ blue 2

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

Shades of Gamboge #D79D02

Tints of Gamboge #D79D02

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 57.49%
G = 41.98%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79D02 (or 0xD79D02) is known color: Gamboge. HEX triplet: D7, 9D and 02. RGB value is (215,157,2). Sum of RGB (Red+Green+Blue) = 215+157+2=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D02 is #2862FD. Grayscale: #9D9D9D. Windows color (decimal): -2646782 or 171479. OLE color: 171479.

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

Color convert

RGB 215 157 2 -
CMYK 0 0.27 0.99 0.16
HSL 43.66º 0.98% 0.43% -
HSV(B) 43.66º 0.99% 0.84% -
XYZ 40.09 38.57 5.39 -
YUV 156.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 215 157 2 0 0.27 0.99 0.16 43.66 0.98 0.43
Hex D7 9D 2 0 1B 63 10 2C 62 2B
Octal 327 235 2 0 33 143 20 54 142 53
Binary 11010111 10011101 10 0 11011 1100011 10000 101100 1100010 101011

Color Harmonies of #D79D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D02

Black with #D79D02

Text Example


Text Example

White with #D79D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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