Html Css Color HEX #D79D0E Gamboge

📋 copy color: '#D79D0E'

red 215 ◦ green 157 ◦ blue 14

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

Shades of Gamboge #D79D0E

Tints of Gamboge #D79D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 55.7%
G = 40.67%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D79D0E (or 0xD79D0E) is known color: Gamboge. HEX triplet: D7, 9D and 0E. RGB value is (215,157,14). Sum of RGB (Red+Green+Blue) = 215+157+14=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D0E is #2862F1. Grayscale: #9E9E9E. Windows color (decimal): -2646770 or 957911. OLE color: 957911.

HSL color Cylindrical-coordinate representation of color #D79D0E: hue angle of 42.69º degrees, saturation: 0.88, 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 #D79D0E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 14 -
CMYK 0 0.27 0.93 0.16
HSL 42.69º 0.88% 0.45% -
HSV(B) 42.69º 0.93% 0.84% -
XYZ 40.16 38.59 5.75 -
YUV 158.04 46.72 168.63 -
System Red Green Blue C M Y K H S L
Decimal 215 157 14 0 0.27 0.93 0.16 42.69 0.88 0.45
Hex D7 9D E 0 1B 5D 10 2B 58 2D
Octal 327 235 16 0 33 135 20 53 130 55
Binary 11010111 10011101 1110 0 11011 1011101 10000 101011 1011000 101101

Color Harmonies of #D79D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D0E

Black with #D79D0E

Text Example


Text Example

White with #D79D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D0E; }

 p { color: rgb(215,157,14); }

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

background-color css

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

 a { background-color: rgb(215,157,14); }

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

border-color css

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

 span { border-color: rgb(215,157,14); }

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