Html Css Color HEX #D59404 Gamboge

📋 copy color: '#D59404'

red 213 ◦ green 148 ◦ blue 4

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

Shades of Gamboge #D59404

Tints of Gamboge #D59404

RGB

 RED value IS 213 (83.59% from 255) = 58.36%

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 58.36%
G = 40.55%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D59404 (or 0xD59404) is known color: Gamboge. HEX triplet: D5, 94 and 04. RGB value is (213,148,4). Sum of RGB (Red+Green+Blue) = 213+148+4=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D59404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59404 is #2A6BFB. Grayscale: #979797. Windows color (decimal): -2780156 or 300245. OLE color: 300245.

HSL color Cylindrical-coordinate representation of color #D59404: hue angle of 41.34º degrees, saturation: 0.96, 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 #D59404 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 4 -
CMYK 0 0.31 0.98 0.16
HSL 41.34º 0.96% 0.43% -
HSV(B) 41.34º 0.98% 0.84% -
XYZ 38.05 35.33 4.93 -
YUV 151.02 45.03 172.21 -
System Red Green Blue C M Y K H S L
Decimal 213 148 4 0 0.31 0.98 0.16 41.34 0.96 0.43
Hex D5 94 4 0 1F 62 10 29 60 2B
Octal 325 224 4 0 37 142 20 51 140 53
Binary 11010101 10010100 100 0 11111 1100010 10000 101001 1100000 101011

Color Harmonies of #D59404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59404

Black with #D59404

Text Example


Text Example

White with #D59404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59404; }

 p { color: rgb(213,148,4); }

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

background-color css

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

 a { background-color: rgb(213,148,4); }

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

border-color css

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

 span { border-color: rgb(213,148,4); }

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