Html Css Color HEX #D19010 Gamboge

📋 copy color: '#D19010'

red 209 ◦ green 144 ◦ blue 16

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

Shades of Gamboge #D19010

Tints of Gamboge #D19010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 56.64%
G = 39.02%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D19010 (or 0xD19010) is known color: Gamboge. HEX triplet: D1, 90 and 10. RGB value is (209,144,16). Sum of RGB (Red+Green+Blue) = 209+144+16=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D19010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19010 is #2E6FEF. Grayscale: #959595. Windows color (decimal): -3043312 or 1085649. OLE color: 1085649.

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

Color convert

RGB 209 144 16 -
CMYK 0 0.31 0.92 0.18
HSL 39.79º 0.86% 0.44% -
HSV(B) 39.79º 0.92% 0.82% -
XYZ 36.36 33.54 5.05 -
YUV 148.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 209 144 16 0 0.31 0.92 0.18 39.79 0.86 0.44
Hex D1 90 10 0 1F 5C 12 28 56 2C
Octal 321 220 20 0 37 134 22 50 126 54
Binary 11010001 10010000 10000 0 11111 1011100 10010 101000 1010110 101100

Color Harmonies of #D19010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19010

Black with #D19010

Text Example


Text Example

White with #D19010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19010; }

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

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

background-color css

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

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

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

border-color css

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

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

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