Html Css Color HEX #D58A11 Gamboge

📋 copy color: '#D58A11'

red 213 ◦ green 138 ◦ blue 17

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

Shades of Gamboge #D58A11

Tints of Gamboge #D58A11

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 57.88%
G = 37.5%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58A11 (or 0xD58A11) is known color: Gamboge. HEX triplet: D5, 8A and 11. RGB value is (213,138,17). Sum of RGB (Red+Green+Blue) = 213+138+17=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A11 is #2A75EE. Grayscale: #939393. Windows color (decimal): -2782703 or 1149653. OLE color: 1149653.

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

Color convert

RGB 213 138 17 -
CMYK 0 0.35 0.92 0.16
HSL 37.04º 0.85% 0.45% -
HSV(B) 37.04º 0.92% 0.84% -
XYZ 36.63 32.36 4.85 -
YUV 146.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 213 138 17 0 0.35 0.92 0.16 37.04 0.85 0.45
Hex D5 8A 11 0 23 5C 10 25 55 2D
Octal 325 212 21 0 43 134 20 45 125 55
Binary 11010101 10001010 10001 0 100011 1011100 10000 100101 1010101 101101

Color Harmonies of #D58A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A11

Black with #D58A11

Text Example


Text Example

White with #D58A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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