Html Css Color HEX #D19213 Gamboge

📋 copy color: '#D19213'

red 209 ◦ green 146 ◦ blue 19

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

Shades of Gamboge #D19213

Tints of Gamboge #D19213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 55.88%
G = 39.04%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19213 (or 0xD19213) is known color: Gamboge. HEX triplet: D1, 92 and 13. RGB value is (209,146,19). Sum of RGB (Red+Green+Blue) = 209+146+19=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D19213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19213 is #2E6DEC. Grayscale: #969696. Windows color (decimal): -3042797 or 1282769. OLE color: 1282769.

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

Color convert

RGB 209 146 19 -
CMYK 0 0.30 0.91 0.18
HSL 40.11º 0.83% 0.45% -
HSV(B) 40.11º 0.91% 0.82% -
XYZ 36.69 34.16 5.28 -
YUV 150.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 209 146 19 0 0.30 0.91 0.18 40.11 0.83 0.45
Hex D1 92 13 0 1E 5B 12 28 53 2D
Octal 321 222 23 0 36 133 22 50 123 55
Binary 11010001 10010010 10011 0 11110 1011011 10010 101000 1010011 101101

Color Harmonies of #D19213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19213

Black with #D19213

Text Example


Text Example

White with #D19213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19213; }

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

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

background-color css

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

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

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

border-color css

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

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

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