Html Css Color HEX #D79B15 Gamboge

📋 copy color: '#D79B15'

red 215 ◦ green 155 ◦ blue 21

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

Shades of Gamboge #D79B15

Tints of Gamboge #D79B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 54.99%
G = 39.64%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D79B15 (or 0xD79B15) is known color: Gamboge. HEX triplet: D7, 9B and 15. RGB value is (215,155,21). Sum of RGB (Red+Green+Blue) = 215+155+21=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79B15 is #2864EA. Grayscale: #9E9E9E. Windows color (decimal): -2647275 or 1416151. OLE color: 1416151.

HSL color Cylindrical-coordinate representation of color #D79B15: hue angle of 41.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D79B15 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 155 21 -
CMYK 0 0.28 0.90 0.16
HSL 41.44º 0.82% 0.46% -
HSV(B) 41.44º 0.9% 0.84% -
XYZ 39.88 37.94 5.93 -
YUV 157.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 215 155 21 0 0.28 0.90 0.16 41.44 0.82 0.46
Hex D7 9B 15 0 1C 5A 10 29 52 2E
Octal 327 233 25 0 34 132 20 51 122 56
Binary 11010111 10011011 10101 0 11100 1011010 10000 101001 1010010 101110

Color Harmonies of #D79B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B15

Black with #D79B15

Text Example


Text Example

White with #D79B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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