Html Css Color HEX #D59E12 Gamboge

📋 copy color: '#D59E12'

red 213 ◦ green 158 ◦ blue 18

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

Shades of Gamboge #D59E12

Tints of Gamboge #D59E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.62%

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

R = 54.76%
G = 40.62%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59E12 (or 0xD59E12) is known color: Gamboge. HEX triplet: D5, 9E and 12. RGB value is (213,158,18). Sum of RGB (Red+Green+Blue) = 213+158+18=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59E12 is #2A61ED. Grayscale: #9F9F9F. Windows color (decimal): -2777582 or 1220309. OLE color: 1220309.

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

Color convert

RGB 213 158 18 -
CMYK 0 0.26 0.92 0.16
HSL 43.08º 0.84% 0.45% -
HSV(B) 43.08º 0.92% 0.84% -
XYZ 39.78 38.64 5.93 -
YUV 158.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 213 158 18 0 0.26 0.92 0.16 43.08 0.84 0.45
Hex D5 9E 12 0 1A 5C 10 2B 54 2D
Octal 325 236 22 0 32 134 20 53 124 55
Binary 11010101 10011110 10010 0 11010 1011100 10000 101011 1010100 101101

Color Harmonies of #D59E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E12

Black with #D59E12

Text Example


Text Example

White with #D59E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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