Html Css Color HEX #D78801 Gamboge

📋 copy color: '#D78801'

red 215 ◦ green 136 ◦ blue 1

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

Shades of Gamboge #D78801

Tints of Gamboge #D78801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.08%
G = 38.64%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D78801 (or 0xD78801) is known color: Gamboge. HEX triplet: D7, 88 and 01. RGB value is (215,136,1). Sum of RGB (Red+Green+Blue) = 215+136+1=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D78801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78801 is #2877FE. Grayscale: #909090. Windows color (decimal): -2652159 or 100567. OLE color: 100567.

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

Color convert

RGB 215 136 1 -
CMYK 0 0.37 1.00 0.16
HSL 37.85º 0.99% 0.42% -
HSV(B) 37.85º 1% 0.84% -
XYZ 36.83 32.06 4.28 -
YUV 144.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 215 136 1 0 0.37 1.00 0.16 37.85 0.99 0.42
Hex D7 88 1 0 25 64 10 26 63 2A
Octal 327 210 1 0 45 144 20 46 143 52
Binary 11010111 10001000 1 0 100101 1100100 10000 100110 1100011 101010

Color Harmonies of #D78801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78801

Black with #D78801

Text Example


Text Example

White with #D78801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78801; }

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

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

background-color css

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

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

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

border-color css

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

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

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