Html Css Color HEX #D58711 Gamboge

📋 copy color: '#D58711'

red 213 ◦ green 135 ◦ blue 17

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

Shades of Gamboge #D58711

Tints of Gamboge #D58711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 58.36%
G = 36.99%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D58711 (or 0xD58711) is known color: Gamboge. HEX triplet: D5, 87 and 11. RGB value is (213,135,17). Sum of RGB (Red+Green+Blue) = 213+135+17=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D58711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58711 is #2A78EE. Grayscale: #919191. Windows color (decimal): -2783471 or 1148885. OLE color: 1148885.

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

Color convert

RGB 213 135 17 -
CMYK 0 0.37 0.92 0.16
HSL 36.12º 0.85% 0.45% -
HSV(B) 36.12º 0.92% 0.84% -
XYZ 36.21 31.51 4.7 -
YUV 144.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 213 135 17 0 0.37 0.92 0.16 36.12 0.85 0.45
Hex D5 87 11 0 25 5C 10 24 55 2D
Octal 325 207 21 0 45 134 20 44 125 55
Binary 11010101 10000111 10001 0 100101 1011100 10000 100100 1010101 101101

Color Harmonies of #D58711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58711

Black with #D58711

Text Example


Text Example

White with #D58711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58711; }

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

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

background-color css

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

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

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

border-color css

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

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

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