Html Css Color HEX #D79302 Gamboge

📋 copy color: '#D79302'

red 215 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #D79302

Tints of Gamboge #D79302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

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

R = 59.07%
G = 40.38%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79302 (or 0xD79302) is known color: Gamboge. HEX triplet: D7, 93 and 02. RGB value is (215,147,2). Sum of RGB (Red+Green+Blue) = 215+147+2=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D79302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79302 is #286CFD. Grayscale: #979797. Windows color (decimal): -2649342 or 168919. OLE color: 168919.

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

Color convert

RGB 215 147 2 -
CMYK 0 0.32 0.99 0.16
HSL 40.85º 0.98% 0.43% -
HSV(B) 40.85º 0.99% 0.84% -
XYZ 38.47 35.32 4.85 -
YUV 150.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 215 147 2 0 0.32 0.99 0.16 40.85 0.98 0.43
Hex D7 93 2 0 20 63 10 29 62 2B
Octal 327 223 2 0 40 143 20 51 142 53
Binary 11010111 10010011 10 0 100000 1100011 10000 101001 1100010 101011

Color Harmonies of #D79302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79302

Black with #D79302

Text Example


Text Example

White with #D79302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79302; }

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

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

background-color css

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

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

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

border-color css

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

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

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