Html Css Color HEX #D78A0A Gamboge

📋 copy color: '#D78A0A'

red 215 ◦ green 138 ◦ blue 10

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

Shades of Gamboge #D78A0A

Tints of Gamboge #D78A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 59.23%
G = 38.02%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D78A0A (or 0xD78A0A) is known color: Gamboge. HEX triplet: D7, 8A and 0A. RGB value is (215,138,10). Sum of RGB (Red+Green+Blue) = 215+138+10=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78A0A is #2875F5. Grayscale: #939393. Windows color (decimal): -2651638 or 690903. OLE color: 690903.

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

Color convert

RGB 215 138 10 -
CMYK 0 0.36 0.95 0.16
HSL 37.46º 0.91% 0.44% -
HSV(B) 37.46º 0.95% 0.84% -
XYZ 37.17 32.65 4.63 -
YUV 146.43 51.01 176.91 -
System Red Green Blue C M Y K H S L
Decimal 215 138 10 0 0.36 0.95 0.16 37.46 0.91 0.44
Hex D7 8A A 0 24 5F 10 25 5B 2C
Octal 327 212 12 0 44 137 20 45 133 54
Binary 11010111 10001010 1010 0 100100 1011111 10000 100101 1011011 101100

Color Harmonies of #D78A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78A0A

Black with #D78A0A

Text Example


Text Example

White with #D78A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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