Html Css Color HEX #D78812 Gamboge

📋 copy color: '#D78812'

red 215 ◦ green 136 ◦ blue 18

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

Shades of Gamboge #D78812

Tints of Gamboge #D78812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 58.27%
G = 36.86%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78812 (or 0xD78812) is known color: Gamboge. HEX triplet: D7, 88 and 12. RGB value is (215,136,18). Sum of RGB (Red+Green+Blue) = 215+136+18=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D78812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78812 is #2877ED. Grayscale: #929292. Windows color (decimal): -2652142 or 1214679. OLE color: 1214679.

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

Color convert

RGB 215 136 18 -
CMYK 0 0.37 0.92 0.16
HSL 35.94º 0.85% 0.46% -
HSV(B) 35.94º 0.92% 0.84% -
XYZ 36.94 32.1 4.82 -
YUV 146.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 215 136 18 0 0.37 0.92 0.16 35.94 0.85 0.46
Hex D7 88 12 0 25 5C 10 24 55 2E
Octal 327 210 22 0 45 134 20 44 125 56
Binary 11010111 10001000 10010 0 100101 1011100 10000 100100 1010101 101110

Color Harmonies of #D78812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78812

Black with #D78812

Text Example


Text Example

White with #D78812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78812; }

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

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

background-color css

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

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

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

border-color css

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

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

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