Html Css Color HEX #D78900 Gamboge

📋 copy color: '#D78900'

red 215 ◦ green 137 ◦ blue 0

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

Shades of Gamboge #D78900

Tints of Gamboge #D78900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.08%
G = 38.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D78900 (or 0xD78900) is known color: Gamboge. HEX triplet: D7, 89 and 00. RGB value is (215,137,0). Sum of RGB (Red+Green+Blue) = 215+137+0=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D78900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78900 is #2876FF. Grayscale: #919191. Windows color (decimal): -2651904 or 35287. OLE color: 35287.

HSL color Cylindrical-coordinate representation of color #D78900: hue angle of 38.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D78900 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 137 0 -
CMYK 0 0.36 1 0.16
HSL 38.23º 1% 0.42% -
HSV(B) 38.23º 1% 0.84% -
XYZ 36.97 32.34 4.29 -
YUV 144.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 215 137 0 0 0.36 1 0.16 38.23 1 0.42
Hex D7 89 0 0 24 64 10 26 64 2A
Octal 327 211 0 0 44 144 20 46 144 52
Binary 11010111 10001001 0 0 100100 1100100 10000 100110 1100100 101010

Color Harmonies of #D78900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78900

Black with #D78900

Text Example


Text Example

White with #D78900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78900; }

 p { color: rgb(215,137,0); }

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

background-color css

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

 a { background-color: rgb(215,137,0); }

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

border-color css

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

 span { border-color: rgb(215,137,0); }

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