Html Css Color HEX #D79213 Gamboge

📋 copy color: '#D79213'

red 215 ◦ green 146 ◦ blue 19

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

Shades of Gamboge #D79213

Tints of Gamboge #D79213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 56.58%
G = 38.42%
B = 5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D79213 (or 0xD79213) is known color: Gamboge. HEX triplet: D7, 92 and 13. RGB value is (215,146,19). Sum of RGB (Red+Green+Blue) = 215+146+19=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D79213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79213 is #286DEC. Grayscale: #989898. Windows color (decimal): -2649581 or 1282775. OLE color: 1282775.

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

Color convert

RGB 215 146 19 -
CMYK 0 0.32 0.91 0.16
HSL 38.88º 0.84% 0.46% -
HSV(B) 38.88º 0.91% 0.84% -
XYZ 38.42 35.05 5.36 -
YUV 152.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 215 146 19 0 0.32 0.91 0.16 38.88 0.84 0.46
Hex D7 92 13 0 20 5B 10 27 54 2E
Octal 327 222 23 0 40 133 20 47 124 56
Binary 11010111 10010010 10011 0 100000 1011011 10000 100111 1010100 101110

Color Harmonies of #D79213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79213

Black with #D79213

Text Example


Text Example

White with #D79213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79213; }

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

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

background-color css

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

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

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

border-color css

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

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

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