Html Css Color HEX #D79312 Gamboge

📋 copy color: '#D79312'

red 215 ◦ green 147 ◦ blue 18

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

Shades of Gamboge #D79312

Tints of Gamboge #D79312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 56.58%
G = 38.68%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D79312 (or 0xD79312) is known color: Gamboge. HEX triplet: D7, 93 and 12. RGB value is (215,147,18). Sum of RGB (Red+Green+Blue) = 215+147+18=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D79312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79312 is #286CED. Grayscale: #999999. Windows color (decimal): -2649326 or 1217495. OLE color: 1217495.

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

Color convert

RGB 215 147 18 -
CMYK 0 0.32 0.92 0.16
HSL 39.29º 0.85% 0.46% -
HSV(B) 39.29º 0.92% 0.84% -
XYZ 38.57 35.36 5.36 -
YUV 152.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 215 147 18 0 0.32 0.92 0.16 39.29 0.85 0.46
Hex D7 93 12 0 20 5C 10 27 55 2E
Octal 327 223 22 0 40 134 20 47 125 56
Binary 11010111 10010011 10010 0 100000 1011100 10000 100111 1010101 101110

Color Harmonies of #D79312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79312

Black with #D79312

Text Example


Text Example

White with #D79312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79312; }

 p { color: rgb(215,147,18); }

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

background-color css

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

 a { background-color: rgb(215,147,18); }

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

border-color css

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

 span { border-color: rgb(215,147,18); }

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