Html Css Color HEX #D78D0A Gamboge

📋 copy color: '#D78D0A'

red 215 ◦ green 141 ◦ blue 10

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

Shades of Gamboge #D78D0A

Tints of Gamboge #D78D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 58.74%
G = 38.52%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D78D0A (or 0xD78D0A) is known color: Gamboge. HEX triplet: D7, 8D and 0A. RGB value is (215,141,10). Sum of RGB (Red+Green+Blue) = 215+141+10=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78D0A is #2872F5. Grayscale: #949494. Windows color (decimal): -2650870 or 691671. OLE color: 691671.

HSL color Cylindrical-coordinate representation of color #D78D0A: hue angle of 38.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D78D0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 10 -
CMYK 0 0.34 0.95 0.16
HSL 38.34º 0.91% 0.44% -
HSV(B) 38.34º 0.95% 0.84% -
XYZ 37.6 33.52 4.77 -
YUV 148.19 50.02 175.65 -
System Red Green Blue C M Y K H S L
Decimal 215 141 10 0 0.34 0.95 0.16 38.34 0.91 0.44
Hex D7 8D A 0 22 5F 10 26 5B 2C
Octal 327 215 12 0 42 137 20 46 133 54
Binary 11010111 10001101 1010 0 100010 1011111 10000 100110 1011011 101100

Color Harmonies of #D78D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D0A

Black with #D78D0A

Text Example


Text Example

White with #D78D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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