Html Css Color HEX #D79212 Gamboge

📋 copy color: '#D79212'

red 215 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #D79212

Tints of Gamboge #D79212

RGB

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

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

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

R = 56.73%
G = 38.52%
B = 4.75%

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

#D79212 (or 0xD79212) is known color: Gamboge. HEX triplet: D7, 92 and 12. RGB value is (215,146,18). Sum of RGB (Red+Green+Blue) = 215+146+18=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D79212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79212 is #286DED. Grayscale: #989898. Windows color (decimal): -2649582 or 1217239. OLE color: 1217239.

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

Color convert

RGB 215 146 18 -
CMYK 0 0.32 0.92 0.16
HSL 38.98º 0.85% 0.46% -
HSV(B) 38.98º 0.92% 0.84% -
XYZ 38.41 35.05 5.31 -
YUV 152.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 215 146 18 0 0.32 0.92 0.16 38.98 0.85 0.46
Hex D7 92 12 0 20 5C 10 27 55 2E
Octal 327 222 22 0 40 134 20 47 125 56
Binary 11010111 10010010 10010 0 100000 1011100 10000 100111 1010101 101110

Color Harmonies of #D79212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79212

Black with #D79212

Text Example


Text Example

White with #D79212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79212; }

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

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

background-color css

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

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

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

border-color css

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

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

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