Html Css Color HEX #D59410 Gamboge

📋 copy color: '#D59410'

red 213 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #D59410

Tints of Gamboge #D59410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 56.5%
G = 39.26%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59410 (or 0xD59410) is known color: Gamboge. HEX triplet: D5, 94 and 10. RGB value is (213,148,16). Sum of RGB (Red+Green+Blue) = 213+148+16=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D59410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59410 is #2A6BEF. Grayscale: #989898. Windows color (decimal): -2780144 or 1086677. OLE color: 1086677.

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

Color convert

RGB 213 148 16 -
CMYK 0 0.31 0.92 0.16
HSL 40.2º 0.86% 0.45% -
HSV(B) 40.2º 0.92% 0.84% -
XYZ 38.12 35.36 5.31 -
YUV 152.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 213 148 16 0 0.31 0.92 0.16 40.2 0.86 0.45
Hex D5 94 10 0 1F 5C 10 28 56 2D
Octal 325 224 20 0 37 134 20 50 126 55
Binary 11010101 10010100 10000 0 11111 1011100 10000 101000 1010110 101101

Color Harmonies of #D59410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59410

Black with #D59410

Text Example


Text Example

White with #D59410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59410; }

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

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

background-color css

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

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

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

border-color css

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

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

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