Html Css Color HEX #D78F14 Gamboge

📋 copy color: '#D78F14'

red 215 ◦ green 143 ◦ blue 20

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

Shades of Gamboge #D78F14

Tints of Gamboge #D78F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 56.88%
G = 37.83%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D78F14 (or 0xD78F14) is known color: Gamboge. HEX triplet: D7, 8F and 14. RGB value is (215,143,20). Sum of RGB (Red+Green+Blue) = 215+143+20=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78F14 is #2870EB. Grayscale: #979797. Windows color (decimal): -2650348 or 1347543. OLE color: 1347543.

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

Color convert

RGB 215 143 20 -
CMYK 0 0.33 0.91 0.16
HSL 37.85º 0.83% 0.46% -
HSV(B) 37.85º 0.91% 0.84% -
XYZ 37.97 34.14 5.25 -
YUV 150.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 215 143 20 0 0.33 0.91 0.16 37.85 0.83 0.46
Hex D7 8F 14 0 21 5B 10 26 53 2E
Octal 327 217 24 0 41 133 20 46 123 56
Binary 11010111 10001111 10100 0 100001 1011011 10000 100110 1010011 101110

Color Harmonies of #D78F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F14

Black with #D78F14

Text Example


Text Example

White with #D78F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F14; }

 p { color: rgb(215,143,20); }

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

background-color css

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

 a { background-color: rgb(215,143,20); }

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

border-color css

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

 span { border-color: rgb(215,143,20); }

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