Html Css Color HEX #D79015 Gamboge

📋 copy color: '#D79015'

red 215 ◦ green 144 ◦ blue 21

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

Shades of Gamboge #D79015

Tints of Gamboge #D79015

RGB

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

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

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

R = 56.58%
G = 37.89%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D79015 (or 0xD79015) is known color: Gamboge. HEX triplet: D7, 90 and 15. RGB value is (215,144,21). Sum of RGB (Red+Green+Blue) = 215+144+21=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D79015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79015 is #286FEA. Grayscale: #979797. Windows color (decimal): -2650091 or 1413335. OLE color: 1413335.

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

Color convert

RGB 215 144 21 -
CMYK 0 0.33 0.90 0.16
HSL 38.04º 0.82% 0.46% -
HSV(B) 38.04º 0.9% 0.84% -
XYZ 38.13 34.45 5.35 -
YUV 151.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 215 144 21 0 0.33 0.90 0.16 38.04 0.82 0.46
Hex D7 90 15 0 21 5A 10 26 52 2E
Octal 327 220 25 0 41 132 20 46 122 56
Binary 11010111 10010000 10101 0 100001 1011010 10000 100110 1010010 101110

Color Harmonies of #D79015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79015

Black with #D79015

Text Example


Text Example

White with #D79015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79015; }

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

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

background-color css

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

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

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

border-color css

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

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

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