Html Css Color HEX #D78712 Gamboge

📋 copy color: '#D78712'

red 215 ◦ green 135 ◦ blue 18

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

Shades of Gamboge #D78712

Tints of Gamboge #D78712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 58.42%
G = 36.68%
B = 4.89%

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

#D78712 (or 0xD78712) is known color: Gamboge. HEX triplet: D7, 87 and 12. RGB value is (215,135,18). Sum of RGB (Red+Green+Blue) = 215+135+18=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D78712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78712 is #2878ED. Grayscale: #929292. Windows color (decimal): -2652398 or 1214423. OLE color: 1214423.

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

Color convert

RGB 215 135 18 -
CMYK 0 0.37 0.92 0.16
HSL 35.63º 0.85% 0.46% -
HSV(B) 35.63º 0.92% 0.84% -
XYZ 36.8 31.82 4.77 -
YUV 145.58 56 177.51 -
System Red Green Blue C M Y K H S L
Decimal 215 135 18 0 0.37 0.92 0.16 35.63 0.85 0.46
Hex D7 87 12 0 25 5C 10 24 55 2E
Octal 327 207 22 0 45 134 20 44 125 56
Binary 11010111 10000111 10010 0 100101 1011100 10000 100100 1010101 101110

Color Harmonies of #D78712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78712

Black with #D78712

Text Example


Text Example

White with #D78712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78712; }

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

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

background-color css

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

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

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

border-color css

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

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

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