Html Css Color HEX #D79114 Gamboge

📋 copy color: '#D79114'

red 215 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #D79114

Tints of Gamboge #D79114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 56.58%
G = 38.16%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D79114 (or 0xD79114) is known color: Gamboge. HEX triplet: D7, 91 and 14. RGB value is (215,145,20). Sum of RGB (Red+Green+Blue) = 215+145+20=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D79114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79114 is #286EEB. Grayscale: #989898. Windows color (decimal): -2649836 or 1348055. OLE color: 1348055.

HSL color Cylindrical-coordinate representation of color #D79114: hue angle of 38.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D79114 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 145 20 -
CMYK 0 0.33 0.91 0.16
HSL 38.46º 0.83% 0.46% -
HSV(B) 38.46º 0.91% 0.84% -
XYZ 38.28 34.75 5.35 -
YUV 151.68 53.69 173.16 -
System Red Green Blue C M Y K H S L
Decimal 215 145 20 0 0.33 0.91 0.16 38.46 0.83 0.46
Hex D7 91 14 0 21 5B 10 26 53 2E
Octal 327 221 24 0 41 133 20 46 123 56
Binary 11010111 10010001 10100 0 100001 1011011 10000 100110 1010011 101110

Color Harmonies of #D79114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79114

Black with #D79114

Text Example


Text Example

White with #D79114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79114; }

 p { color: rgb(215,145,20); }

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

background-color css

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

 a { background-color: rgb(215,145,20); }

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

border-color css

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

 span { border-color: rgb(215,145,20); }

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