Html Css Color HEX #D79902 Gamboge

📋 copy color: '#D79902'

red 215 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #D79902

Tints of Gamboge #D79902

RGB

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

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

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

R = 58.11%
G = 41.35%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79902 (or 0xD79902) is known color: Gamboge. HEX triplet: D7, 99 and 02. RGB value is (215,153,2). Sum of RGB (Red+Green+Blue) = 215+153+2=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D79902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79902 is #2866FD. Grayscale: #9A9A9A. Windows color (decimal): -2647806 or 170455. OLE color: 170455.

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

Color convert

RGB 215 153 2 -
CMYK 0 0.29 0.99 0.16
HSL 42.54º 0.98% 0.43% -
HSV(B) 42.54º 0.99% 0.84% -
XYZ 39.43 37.23 5.17 -
YUV 154.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 215 153 2 0 0.29 0.99 0.16 42.54 0.98 0.43
Hex D7 99 2 0 1D 63 10 2B 62 2B
Octal 327 231 2 0 35 143 20 53 142 53
Binary 11010111 10011001 10 0 11101 1100011 10000 101011 1100010 101011

Color Harmonies of #D79902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79902

Black with #D79902

Text Example


Text Example

White with #D79902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79902; }

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

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

background-color css

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

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

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

border-color css

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

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

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