Html Css Color HEX #D58712 Gamboge

📋 copy color: '#D58712'

red 213 ◦ green 135 ◦ blue 18

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

Shades of Gamboge #D58712

Tints of Gamboge #D58712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 58.2%
G = 36.89%
B = 4.92%

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

#D58712 (or 0xD58712) is known color: Gamboge. HEX triplet: D5, 87 and 12. RGB value is (213,135,18). Sum of RGB (Red+Green+Blue) = 213+135+18=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D58712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58712 is #2A78ED. Grayscale: #919191. Windows color (decimal): -2783470 or 1214421. OLE color: 1214421.

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

Color convert

RGB 213 135 18 -
CMYK 0 0.37 0.92 0.16
HSL 36º 0.84% 0.45% -
HSV(B) 36º 0.92% 0.84% -
XYZ 36.21 31.52 4.75 -
YUV 144.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 213 135 18 0 0.37 0.92 0.16 36 0.84 0.45
Hex D5 87 12 0 25 5C 10 24 54 2D
Octal 325 207 22 0 45 134 20 44 124 55
Binary 11010101 10000111 10010 0 100101 1011100 10000 100100 1010100 101101

Color Harmonies of #D58712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58712

Black with #D58712

Text Example


Text Example

White with #D58712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58712; }

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

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

background-color css

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

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

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

border-color css

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

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

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