Html Css Color HEX #D78C0C Gamboge

📋 copy color: '#D78C0C'

red 215 ◦ green 140 ◦ blue 12

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

Shades of Gamboge #D78C0C

Tints of Gamboge #D78C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 58.58%
G = 38.15%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D78C0C (or 0xD78C0C) is known color: Gamboge. HEX triplet: D7, 8C and 0C. RGB value is (215,140,12). Sum of RGB (Red+Green+Blue) = 215+140+12=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78C0C is #2873F3. Grayscale: #949494. Windows color (decimal): -2651124 or 822487. OLE color: 822487.

HSL color Cylindrical-coordinate representation of color #D78C0C: hue angle of 37.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D78C0C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 140 12 -
CMYK 0 0.35 0.94 0.16
HSL 37.83º 0.89% 0.45% -
HSV(B) 37.83º 0.94% 0.84% -
XYZ 37.47 33.23 4.79 -
YUV 147.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 215 140 12 0 0.35 0.94 0.16 37.83 0.89 0.45
Hex D7 8C C 0 23 5E 10 26 59 2D
Octal 327 214 14 0 43 136 20 46 131 55
Binary 11010111 10001100 1100 0 100011 1011110 10000 100110 1011001 101101

Color Harmonies of #D78C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C0C

Black with #D78C0C

Text Example


Text Example

White with #D78C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C0C; }

 p { color: rgb(215,140,12); }

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

background-color css

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

 a { background-color: rgb(215,140,12); }

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

border-color css

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

 span { border-color: rgb(215,140,12); }

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