Html Css Color HEX #D79F12 Gamboge

📋 copy color: '#D79F12'

red 215 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #D79F12

Tints of Gamboge #D79F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

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

R = 54.85%
G = 40.56%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D79F12 (or 0xD79F12) is known color: Gamboge. HEX triplet: D7, 9F and 12. RGB value is (215,159,18). Sum of RGB (Red+Green+Blue) = 215+159+18=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79F12 is #2860ED. Grayscale: #A0A0A0. Windows color (decimal): -2646254 or 1220567. OLE color: 1220567.

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

Color convert

RGB 215 159 18 -
CMYK 0 0.26 0.92 0.16
HSL 42.94º 0.85% 0.46% -
HSV(B) 42.94º 0.92% 0.84% -
XYZ 40.53 39.29 6.02 -
YUV 159.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 215 159 18 0 0.26 0.92 0.16 42.94 0.85 0.46
Hex D7 9F 12 0 1A 5C 10 2B 55 2E
Octal 327 237 22 0 32 134 20 53 125 56
Binary 11010111 10011111 10010 0 11010 1011100 10000 101011 1010101 101110

Color Harmonies of #D79F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F12

Black with #D79F12

Text Example


Text Example

White with #D79F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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