Html Css Color HEX #D79014 Gamboge

📋 copy color: '#D79014'

red 215 ◦ green 144 ◦ blue 20

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

Shades of Gamboge #D79014

Tints of Gamboge #D79014

RGB

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

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

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

R = 56.73%
G = 37.99%
B = 5.28%

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

#D79014 (or 0xD79014) is known color: Gamboge. HEX triplet: D7, 90 and 14. RGB value is (215,144,20). Sum of RGB (Red+Green+Blue) = 215+144+20=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D79014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79014 is #286FEB. Grayscale: #979797. Windows color (decimal): -2650092 or 1347799. OLE color: 1347799.

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

Color convert

RGB 215 144 20 -
CMYK 0 0.33 0.91 0.16
HSL 38.15º 0.83% 0.46% -
HSV(B) 38.15º 0.91% 0.84% -
XYZ 38.12 34.44 5.3 -
YUV 151.09 54.02 173.58 -
System Red Green Blue C M Y K H S L
Decimal 215 144 20 0 0.33 0.91 0.16 38.15 0.83 0.46
Hex D7 90 14 0 21 5B 10 26 53 2E
Octal 327 220 24 0 41 133 20 46 123 56
Binary 11010111 10010000 10100 0 100001 1011011 10000 100110 1010011 101110

Color Harmonies of #D79014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79014

Black with #D79014

Text Example


Text Example

White with #D79014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79014; }

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

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

background-color css

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

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

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

border-color css

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

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

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