Html Css Color HEX #D78805 Gamboge

📋 copy color: '#D78805'

red 215 ◦ green 136 ◦ blue 5

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

Shades of Gamboge #D78805

Tints of Gamboge #D78805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 60.39%
G = 38.2%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D78805 (or 0xD78805) is known color: Gamboge. HEX triplet: D7, 88 and 05. RGB value is (215,136,5). Sum of RGB (Red+Green+Blue) = 215+136+5=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D78805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78805 is #2877FA. Grayscale: #919191. Windows color (decimal): -2652155 or 362711. OLE color: 362711.

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

Color convert

RGB 215 136 5 -
CMYK 0 0.37 0.98 0.16
HSL 37.43º 0.95% 0.43% -
HSV(B) 37.43º 0.98% 0.84% -
XYZ 36.86 32.07 4.39 -
YUV 144.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 215 136 5 0 0.37 0.98 0.16 37.43 0.95 0.43
Hex D7 88 5 0 25 62 10 25 5F 2B
Octal 327 210 5 0 45 142 20 45 137 53
Binary 11010111 10001000 101 0 100101 1100010 10000 100101 1011111 101011

Color Harmonies of #D78805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78805

Black with #D78805

Text Example


Text Example

White with #D78805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78805; }

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

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

background-color css

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

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

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

border-color css

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

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

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