Html Css Color HEX #D78612 Gamboge

📋 copy color: '#D78612'

red 215 ◦ green 134 ◦ blue 18

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

Shades of Gamboge #D78612

Tints of Gamboge #D78612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

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

R = 58.58%
G = 36.51%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78612 (or 0xD78612) is known color: Gamboge. HEX triplet: D7, 86 and 12. RGB value is (215,134,18). Sum of RGB (Red+Green+Blue) = 215+134+18=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D78612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78612 is #2879ED. Grayscale: #919191. Windows color (decimal): -2652654 or 1214167. OLE color: 1214167.

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

Color convert

RGB 215 134 18 -
CMYK 0 0.38 0.92 0.16
HSL 35.33º 0.85% 0.46% -
HSV(B) 35.33º 0.92% 0.84% -
XYZ 36.66 31.54 4.73 -
YUV 145 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 215 134 18 0 0.38 0.92 0.16 35.33 0.85 0.46
Hex D7 86 12 0 26 5C 10 23 55 2E
Octal 327 206 22 0 46 134 20 43 125 56
Binary 11010111 10000110 10010 0 100110 1011100 10000 100011 1010101 101110

Color Harmonies of #D78612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78612

Black with #D78612

Text Example


Text Example

White with #D78612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78612; }

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

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

background-color css

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

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

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

border-color css

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

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

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