Html Css Color HEX #D19512 Gamboge

📋 copy color: '#D19512'

red 209 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #D19512

Tints of Gamboge #D19512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 55.59%
G = 39.63%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19512 (or 0xD19512) is known color: Gamboge. HEX triplet: D1, 95 and 12. RGB value is (209,149,18). Sum of RGB (Red+Green+Blue) = 209+149+18=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D19512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19512 is #2E6AED. Grayscale: #989898. Windows color (decimal): -3042030 or 1218001. OLE color: 1218001.

HSL color Cylindrical-coordinate representation of color #D19512: hue angle of 41.15º degrees, saturation: 0.84, 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 #D19512 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 18 -
CMYK 0 0.29 0.91 0.18
HSL 41.15º 0.84% 0.45% -
HSV(B) 41.15º 0.91% 0.82% -
XYZ 37.15 35.09 5.39 -
YUV 152.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 209 149 18 0 0.29 0.91 0.18 41.15 0.84 0.45
Hex D1 95 12 0 1D 5B 12 29 54 2D
Octal 321 225 22 0 35 133 22 51 124 55
Binary 11010001 10010101 10010 0 11101 1011011 10010 101001 1010100 101101

Color Harmonies of #D19512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19512

Black with #D19512

Text Example


Text Example

White with #D19512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19512; }

 p { color: rgb(209,149,18); }

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

background-color css

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

 a { background-color: rgb(209,149,18); }

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

border-color css

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

 span { border-color: rgb(209,149,18); }

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