Html Css Color HEX #D59402 Gamboge

📋 copy color: '#D59402'

red 213 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #D59402

Tints of Gamboge #D59402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 58.68%
G = 40.77%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D59402 (or 0xD59402) is known color: Gamboge. HEX triplet: D5, 94 and 02. RGB value is (213,148,2). Sum of RGB (Red+Green+Blue) = 213+148+2=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D59402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59402 is #2A6BFD. Grayscale: #979797. Windows color (decimal): -2780158 or 169173. OLE color: 169173.

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

Color convert

RGB 213 148 2 -
CMYK 0 0.31 0.99 0.16
HSL 41.52º 0.98% 0.42% -
HSV(B) 41.52º 0.99% 0.84% -
XYZ 38.04 35.33 4.87 -
YUV 150.79 44.03 172.37 -
System Red Green Blue C M Y K H S L
Decimal 213 148 2 0 0.31 0.99 0.16 41.52 0.98 0.42
Hex D5 94 2 0 1F 63 10 2A 62 2A
Octal 325 224 2 0 37 143 20 52 142 52
Binary 11010101 10010100 10 0 11111 1100011 10000 101010 1100010 101010

Color Harmonies of #D59402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59402

Black with #D59402

Text Example


Text Example

White with #D59402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59402; }

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

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

background-color css

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

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

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

border-color css

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

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

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