Html Css Color HEX #D79413 Gamboge

📋 copy color: '#D79413'

red 215 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #D79413

Tints of Gamboge #D79413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 56.28%
G = 38.74%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D79413 (or 0xD79413) is known color: Gamboge. HEX triplet: D7, 94 and 13. RGB value is (215,148,19). Sum of RGB (Red+Green+Blue) = 215+148+19=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D79413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79413 is #286BEC. Grayscale: #999999. Windows color (decimal): -2649069 or 1283287. OLE color: 1283287.

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

Color convert

RGB 215 148 19 -
CMYK 0 0.31 0.91 0.16
HSL 39.49º 0.84% 0.46% -
HSV(B) 39.49º 0.91% 0.84% -
XYZ 38.73 35.67 5.46 -
YUV 153.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 215 148 19 0 0.31 0.91 0.16 39.49 0.84 0.46
Hex D7 94 13 0 1F 5B 10 27 54 2E
Octal 327 224 23 0 37 133 20 47 124 56
Binary 11010111 10010100 10011 0 11111 1011011 10000 100111 1010100 101110

Color Harmonies of #D79413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79413

Black with #D79413

Text Example


Text Example

White with #D79413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79413; }

 p { color: rgb(215,148,19); }

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

background-color css

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

 a { background-color: rgb(215,148,19); }

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

border-color css

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

 span { border-color: rgb(215,148,19); }

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