Html Css Color HEX #D78814 Gamboge

📋 copy color: '#D78814'

red 215 ◦ green 136 ◦ blue 20

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

Shades of Gamboge #D78814

Tints of Gamboge #D78814

RGB

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

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

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

R = 57.95%
G = 36.66%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D78814 (or 0xD78814) is known color: Gamboge. HEX triplet: D7, 88 and 14. RGB value is (215,136,20). Sum of RGB (Red+Green+Blue) = 215+136+20=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D78814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78814 is #2877EB. Grayscale: #929292. Windows color (decimal): -2652140 or 1345751. OLE color: 1345751.

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

Color convert

RGB 215 136 20 -
CMYK 0 0.37 0.91 0.16
HSL 35.69º 0.83% 0.46% -
HSV(B) 35.69º 0.91% 0.84% -
XYZ 36.95 32.11 4.91 -
YUV 146.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 215 136 20 0 0.37 0.91 0.16 35.69 0.83 0.46
Hex D7 88 14 0 25 5B 10 24 53 2E
Octal 327 210 24 0 45 133 20 44 123 56
Binary 11010111 10001000 10100 0 100101 1011011 10000 100100 1010011 101110

Color Harmonies of #D78814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78814

Black with #D78814

Text Example


Text Example

White with #D78814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78814; }

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

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

background-color css

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

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

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

border-color css

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

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

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