Html Css Color HEX #D79C15 Gamboge

📋 copy color: '#D79C15'

red 215 ◦ green 156 ◦ blue 21

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

Shades of Gamboge #D79C15

Tints of Gamboge #D79C15

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

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

R = 54.85%
G = 39.8%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D79C15 (or 0xD79C15) is known color: Gamboge. HEX triplet: D7, 9C and 15. RGB value is (215,156,21). Sum of RGB (Red+Green+Blue) = 215+156+21=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79C15 is #2863EA. Grayscale: #9E9E9E. Windows color (decimal): -2647019 or 1416407. OLE color: 1416407.

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

Color convert

RGB 215 156 21 -
CMYK 0 0.27 0.90 0.16
HSL 41.75º 0.82% 0.46% -
HSV(B) 41.75º 0.9% 0.84% -
XYZ 40.05 38.28 5.99 -
YUV 158.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 215 156 21 0 0.27 0.90 0.16 41.75 0.82 0.46
Hex D7 9C 15 0 1B 5A 10 2A 52 2E
Octal 327 234 25 0 33 132 20 52 122 56
Binary 11010111 10011100 10101 0 11011 1011010 10000 101010 1010010 101110

Color Harmonies of #D79C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C15

Black with #D79C15

Text Example


Text Example

White with #D79C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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