Html Css Color HEX #D79B02 Gamboge

📋 copy color: '#D79B02'

red 215 ◦ green 155 ◦ blue 2

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

Shades of Gamboge #D79B02

Tints of Gamboge #D79B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

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

R = 57.8%
G = 41.67%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79B02 (or 0xD79B02) is known color: Gamboge. HEX triplet: D7, 9B and 02. RGB value is (215,155,2). Sum of RGB (Red+Green+Blue) = 215+155+2=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79B02 is #2864FD. Grayscale: #9C9C9C. Windows color (decimal): -2647294 or 170967. OLE color: 170967.

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

Color convert

RGB 215 155 2 -
CMYK 0 0.28 0.99 0.16
HSL 43.1º 0.98% 0.43% -
HSV(B) 43.1º 0.99% 0.84% -
XYZ 39.76 37.89 5.28 -
YUV 155.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 215 155 2 0 0.28 0.99 0.16 43.1 0.98 0.43
Hex D7 9B 2 0 1C 63 10 2B 62 2B
Octal 327 233 2 0 34 143 20 53 142 53
Binary 11010111 10011011 10 0 11100 1100011 10000 101011 1100010 101011

Color Harmonies of #D79B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B02

Black with #D79B02

Text Example


Text Example

White with #D79B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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