Html Css Color HEX #D78D0D Gamboge

📋 copy color: '#D78D0D'

red 215 ◦ green 141 ◦ blue 13

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

Shades of Gamboge #D78D0D

Tints of Gamboge #D78D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 58.27%
G = 38.21%
B = 3.52%

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

#D78D0D (or 0xD78D0D) is known color: Gamboge. HEX triplet: D7, 8D and 0D. RGB value is (215,141,13). Sum of RGB (Red+Green+Blue) = 215+141+13=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78D0D is #2872F2. Grayscale: #959595. Windows color (decimal): -2650867 or 888279. OLE color: 888279.

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

Color convert

RGB 215 141 13 -
CMYK 0 0.34 0.94 0.16
HSL 38.02º 0.89% 0.45% -
HSV(B) 38.02º 0.94% 0.84% -
XYZ 37.62 33.53 4.87 -
YUV 148.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 215 141 13 0 0.34 0.94 0.16 38.02 0.89 0.45
Hex D7 8D D 0 22 5E 10 26 59 2D
Octal 327 215 15 0 42 136 20 46 131 55
Binary 11010111 10001101 1101 0 100010 1011110 10000 100110 1011001 101101

Color Harmonies of #D78D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D0D

Black with #D78D0D

Text Example


Text Example

White with #D78D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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