Html Css Color HEX #D78D0C Gamboge

📋 copy color: '#D78D0C'

red 215 ◦ green 141 ◦ blue 12

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

Shades of Gamboge #D78D0C

Tints of Gamboge #D78D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 58.42%
G = 38.32%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D78D0C (or 0xD78D0C) is known color: Gamboge. HEX triplet: D7, 8D and 0C. RGB value is (215,141,12). Sum of RGB (Red+Green+Blue) = 215+141+12=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78D0C is #2872F3. Grayscale: #959595. Windows color (decimal): -2650868 or 822743. OLE color: 822743.

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

Color convert

RGB 215 141 12 -
CMYK 0 0.34 0.94 0.16
HSL 38.13º 0.89% 0.45% -
HSV(B) 38.13º 0.94% 0.84% -
XYZ 37.62 33.52 4.84 -
YUV 148.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 215 141 12 0 0.34 0.94 0.16 38.13 0.89 0.45
Hex D7 8D C 0 22 5E 10 26 59 2D
Octal 327 215 14 0 42 136 20 46 131 55
Binary 11010111 10001101 1100 0 100010 1011110 10000 100110 1011001 101101

Color Harmonies of #D78D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D0C

Black with #D78D0C

Text Example


Text Example

White with #D78D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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