Html Css Color HEX #D78800 Gamboge

📋 copy color: '#D78800'

red 215 ◦ green 136 ◦ blue 0

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

Shades of Gamboge #D78800

Tints of Gamboge #D78800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

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

R = 61.25%
G = 38.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D78800 (or 0xD78800) is known color: Gamboge. HEX triplet: D7, 88 and 00. RGB value is (215,136,0). Sum of RGB (Red+Green+Blue) = 215+136+0=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D78800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78800 is #2877FF. Grayscale: #909090. Windows color (decimal): -2652160 or 35031. OLE color: 35031.

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

Color convert

RGB 215 136 0 -
CMYK 0 0.37 1 0.16
HSL 37.95º 1% 0.42% -
HSV(B) 37.95º 1% 0.84% -
XYZ 36.83 32.06 4.25 -
YUV 144.12 46.67 178.56 -
System Red Green Blue C M Y K H S L
Decimal 215 136 0 0 0.37 1 0.16 37.95 1 0.42
Hex D7 88 0 0 25 64 10 26 64 2A
Octal 327 210 0 0 45 144 20 46 144 52
Binary 11010111 10001000 0 0 100101 1100100 10000 100110 1100100 101010

Color Harmonies of #D78800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78800

Black with #D78800

Text Example


Text Example

White with #D78800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78800; }

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

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

background-color css

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

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

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

border-color css

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

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

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