Html Css Color HEX #D59013 Gamboge

📋 copy color: '#D59013'

red 213 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #D59013

Tints of Gamboge #D59013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 56.65%
G = 38.3%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59013 (or 0xD59013) is known color: Gamboge. HEX triplet: D5, 90 and 13. RGB value is (213,144,19). Sum of RGB (Red+Green+Blue) = 213+144+19=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D59013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59013 is #2A6FEC. Grayscale: #969696. Windows color (decimal): -2781165 or 1282261. OLE color: 1282261.

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

Color convert

RGB 213 144 19 -
CMYK 0 0.32 0.91 0.16
HSL 38.66º 0.84% 0.45% -
HSV(B) 38.66º 0.91% 0.84% -
XYZ 37.53 34.14 5.23 -
YUV 150.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 213 144 19 0 0.32 0.91 0.16 38.66 0.84 0.45
Hex D5 90 13 0 20 5B 10 27 54 2D
Octal 325 220 23 0 40 133 20 47 124 55
Binary 11010101 10010000 10011 0 100000 1011011 10000 100111 1010100 101101

Color Harmonies of #D59013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59013

Black with #D59013

Text Example


Text Example

White with #D59013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59013; }

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

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

background-color css

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

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

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

border-color css

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

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

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