Html Css Color HEX #D59B13 Gamboge

📋 copy color: '#D59B13'

red 213 ◦ green 155 ◦ blue 19

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

Shades of Gamboge #D59B13

Tints of Gamboge #D59B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 55.04%
G = 40.05%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59B13 (or 0xD59B13) is known color: Gamboge. HEX triplet: D5, 9B and 13. RGB value is (213,155,19). Sum of RGB (Red+Green+Blue) = 213+155+19=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B13 is #2A64EC. Grayscale: #9D9D9D. Windows color (decimal): -2778349 or 1285077. OLE color: 1285077.

HSL color Cylindrical-coordinate representation of color #D59B13: hue angle of 42.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D59B13 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 155 19 -
CMYK 0 0.27 0.91 0.16
HSL 42.06º 0.84% 0.45% -
HSV(B) 42.06º 0.91% 0.84% -
XYZ 39.28 37.64 5.81 -
YUV 156.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 213 155 19 0 0.27 0.91 0.16 42.06 0.84 0.45
Hex D5 9B 13 0 1B 5B 10 2A 54 2D
Octal 325 233 23 0 33 133 20 52 124 55
Binary 11010101 10011011 10011 0 11011 1011011 10000 101010 1010100 101101

Color Harmonies of #D59B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B13

Black with #D59B13

Text Example


Text Example

White with #D59B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B13; }

 p { color: rgb(213,155,19); }

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

background-color css

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

 a { background-color: rgb(213,155,19); }

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

border-color css

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

 span { border-color: rgb(213,155,19); }

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