Html Css Color HEX #D59004 Gamboge

📋 copy color: '#D59004'

red 213 ◦ green 144 ◦ blue 4

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

Shades of Gamboge #D59004

Tints of Gamboge #D59004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 59%
G = 39.89%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D59004 (or 0xD59004) is known color: Gamboge. HEX triplet: D5, 90 and 04. RGB value is (213,144,4). Sum of RGB (Red+Green+Blue) = 213+144+4=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D59004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59004 is #2A6FFB. Grayscale: #959595. Windows color (decimal): -2781180 or 299221. OLE color: 299221.

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

Color convert

RGB 213 144 4 -
CMYK 0 0.32 0.98 0.16
HSL 40.19º 0.96% 0.43% -
HSV(B) 40.19º 0.98% 0.84% -
XYZ 37.44 34.1 4.72 -
YUV 148.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 213 144 4 0 0.32 0.98 0.16 40.19 0.96 0.43
Hex D5 90 4 0 20 62 10 28 60 2B
Octal 325 220 4 0 40 142 20 50 140 53
Binary 11010101 10010000 100 0 100000 1100010 10000 101000 1100000 101011

Color Harmonies of #D59004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59004

Black with #D59004

Text Example


Text Example

White with #D59004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59004; }

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

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

background-color css

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

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

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

border-color css

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

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

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