Html Css Color HEX #D79013 Gamboge

📋 copy color: '#D79013'

red 215 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #D79013

Tints of Gamboge #D79013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 56.88%
G = 38.1%
B = 5.03%

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

#D79013 (or 0xD79013) is known color: Gamboge. HEX triplet: D7, 90 and 13. RGB value is (215,144,19). Sum of RGB (Red+Green+Blue) = 215+144+19=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D79013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79013 is #286FEC. Grayscale: #979797. Windows color (decimal): -2650093 or 1282263. OLE color: 1282263.

HSL color Cylindrical-coordinate representation of color #D79013: hue angle of 38.27º degrees, saturation: 0.84, 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 #D79013 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 19 -
CMYK 0 0.33 0.91 0.16
HSL 38.27º 0.84% 0.46% -
HSV(B) 38.27º 0.91% 0.84% -
XYZ 38.12 34.44 5.25 -
YUV 150.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 215 144 19 0 0.33 0.91 0.16 38.27 0.84 0.46
Hex D7 90 13 0 21 5B 10 26 54 2E
Octal 327 220 23 0 41 133 20 46 124 56
Binary 11010111 10010000 10011 0 100001 1011011 10000 100110 1010100 101110

Color Harmonies of #D79013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79013

Black with #D79013

Text Example


Text Example

White with #D79013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79013; }

 p { color: rgb(215,144,19); }

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

background-color css

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

 a { background-color: rgb(215,144,19); }

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

border-color css

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

 span { border-color: rgb(215,144,19); }

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