Html Css Color HEX #D79010 Gamboge

📋 copy color: '#D79010'

red 215 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #D79010

Tints of Gamboge #D79010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 57.33%
G = 38.4%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D79010 (or 0xD79010) is known color: Gamboge. HEX triplet: D7, 90 and 10. RGB value is (215,144,16). Sum of RGB (Red+Green+Blue) = 215+144+16=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D79010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79010 is #286FEF. Grayscale: #979797. Windows color (decimal): -2650096 or 1085655. OLE color: 1085655.

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

Color convert

RGB 215 144 16 -
CMYK 0 0.33 0.93 0.16
HSL 38.59º 0.86% 0.45% -
HSV(B) 38.59º 0.93% 0.84% -
XYZ 38.09 34.43 5.13 -
YUV 150.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 215 144 16 0 0.33 0.93 0.16 38.59 0.86 0.45
Hex D7 90 10 0 21 5D 10 27 56 2D
Octal 327 220 20 0 41 135 20 47 126 55
Binary 11010111 10010000 10000 0 100001 1011101 10000 100111 1010110 101101

Color Harmonies of #D79010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79010

Black with #D79010

Text Example


Text Example

White with #D79010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79010; }

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

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

background-color css

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

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

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

border-color css

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

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

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