Html Css Color HEX #D59110 Gamboge

📋 copy color: '#D59110'

red 213 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #D59110

Tints of Gamboge #D59110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 56.95%
G = 38.77%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59110 (or 0xD59110) is known color: Gamboge. HEX triplet: D5, 91 and 10. RGB value is (213,145,16). Sum of RGB (Red+Green+Blue) = 213+145+16=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D59110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59110 is #2A6EEF. Grayscale: #979797. Windows color (decimal): -2780912 or 1085909. OLE color: 1085909.

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

Color convert

RGB 213 145 16 -
CMYK 0 0.32 0.92 0.16
HSL 39.29º 0.86% 0.45% -
HSV(B) 39.29º 0.92% 0.84% -
XYZ 37.66 34.43 5.15 -
YUV 150.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 213 145 16 0 0.32 0.92 0.16 39.29 0.86 0.45
Hex D5 91 10 0 20 5C 10 27 56 2D
Octal 325 221 20 0 40 134 20 47 126 55
Binary 11010101 10010001 10000 0 100000 1011100 10000 100111 1010110 101101

Color Harmonies of #D59110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59110

Black with #D59110

Text Example


Text Example

White with #D59110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59110; }

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

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

background-color css

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

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

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

border-color css

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

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

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