Html Css Color HEX #D19013 Gamboge

📋 copy color: '#D19013'

red 209 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #D19013

Tints of Gamboge #D19013

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

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

R = 56.18%
G = 38.71%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19013 (or 0xD19013) is known color: Gamboge. HEX triplet: D1, 90 and 13. RGB value is (209,144,19). Sum of RGB (Red+Green+Blue) = 209+144+19=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D19013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19013 is #2E6FEC. Grayscale: #959595. Windows color (decimal): -3043309 or 1282257. OLE color: 1282257.

HSL color Cylindrical-coordinate representation of color #D19013: hue angle of 39.47º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D19013 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 144 19 -
CMYK 0 0.31 0.91 0.18
HSL 39.47º 0.83% 0.45% -
HSV(B) 39.47º 0.91% 0.82% -
XYZ 36.39 33.55 5.17 -
YUV 149.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 209 144 19 0 0.31 0.91 0.18 39.47 0.83 0.45
Hex D1 90 13 0 1F 5B 12 27 53 2D
Octal 321 220 23 0 37 133 22 47 123 55
Binary 11010001 10010000 10011 0 11111 1011011 10010 100111 1010011 101101

Color Harmonies of #D19013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19013

Black with #D19013

Text Example


Text Example

White with #D19013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19013; }

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

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

background-color css

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

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

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

border-color css

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

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

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