Html Css Color HEX #D59312 Gamboge

📋 copy color: '#D59312'

red 213 ◦ green 147 ◦ blue 18

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

Shades of Gamboge #D59312

Tints of Gamboge #D59312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 56.35%
G = 38.89%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59312 (or 0xD59312) is known color: Gamboge. HEX triplet: D5, 93 and 12. RGB value is (213,147,18). Sum of RGB (Red+Green+Blue) = 213+147+18=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D59312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59312 is #2A6CED. Grayscale: #989898. Windows color (decimal): -2780398 or 1217493. OLE color: 1217493.

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

Color convert

RGB 213 147 18 -
CMYK 0 0.31 0.92 0.16
HSL 39.69º 0.84% 0.45% -
HSV(B) 39.69º 0.92% 0.84% -
XYZ 37.98 35.06 5.34 -
YUV 152.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 213 147 18 0 0.31 0.92 0.16 39.69 0.84 0.45
Hex D5 93 12 0 1F 5C 10 28 54 2D
Octal 325 223 22 0 37 134 20 50 124 55
Binary 11010101 10010011 10010 0 11111 1011100 10000 101000 1010100 101101

Color Harmonies of #D59312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59312

Black with #D59312

Text Example


Text Example

White with #D59312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59312; }

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

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

background-color css

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

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

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

border-color css

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

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

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