Html Css Color HEX #D58911 Gamboge

📋 copy color: '#D58911'

red 213 ◦ green 137 ◦ blue 17

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

Shades of Gamboge #D58911

Tints of Gamboge #D58911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 58.04%
G = 37.33%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58911 (or 0xD58911) is known color: Gamboge. HEX triplet: D5, 89 and 11. RGB value is (213,137,17). Sum of RGB (Red+Green+Blue) = 213+137+17=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58911 is #2A76EE. Grayscale: #929292. Windows color (decimal): -2782959 or 1149397. OLE color: 1149397.

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

Color convert

RGB 213 137 17 -
CMYK 0 0.36 0.92 0.16
HSL 36.73º 0.85% 0.45% -
HSV(B) 36.73º 0.92% 0.84% -
XYZ 36.49 32.08 4.8 -
YUV 146.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 213 137 17 0 0.36 0.92 0.16 36.73 0.85 0.45
Hex D5 89 11 0 24 5C 10 25 55 2D
Octal 325 211 21 0 44 134 20 45 125 55
Binary 11010101 10001001 10001 0 100100 1011100 10000 100101 1010101 101101

Color Harmonies of #D58911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58911

Black with #D58911

Text Example


Text Example

White with #D58911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58911; }

 p { color: rgb(213,137,17); }

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

background-color css

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

 a { background-color: rgb(213,137,17); }

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

border-color css

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

 span { border-color: rgb(213,137,17); }

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