Html Css Color HEX #D79416 Gamboge

📋 copy color: '#D79416'

red 215 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #D79416

Tints of Gamboge #D79416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 55.84%
G = 38.44%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D79416 (or 0xD79416) is known color: Gamboge. HEX triplet: D7, 94 and 16. RGB value is (215,148,22). Sum of RGB (Red+Green+Blue) = 215+148+22=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D79416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79416 is #286BE9. Grayscale: #9A9A9A. Windows color (decimal): -2649066 or 1479895. OLE color: 1479895.

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

Color convert

RGB 215 148 22 -
CMYK 0 0.31 0.90 0.16
HSL 39.17º 0.81% 0.46% -
HSV(B) 39.17º 0.9% 0.84% -
XYZ 38.76 35.68 5.6 -
YUV 153.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 215 148 22 0 0.31 0.90 0.16 39.17 0.81 0.46
Hex D7 94 16 0 1F 5A 10 27 51 2E
Octal 327 224 26 0 37 132 20 47 121 56
Binary 11010111 10010100 10110 0 11111 1011010 10000 100111 1010001 101110

Color Harmonies of #D79416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79416

Black with #D79416

Text Example


Text Example

White with #D79416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79416; }

 p { color: rgb(215,148,22); }

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

background-color css

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

 a { background-color: rgb(215,148,22); }

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

border-color css

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

 span { border-color: rgb(215,148,22); }

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