Html Css Color HEX #D19115 Gamboge

📋 copy color: '#D19115'

red 209 ◦ green 145 ◦ blue 21

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

Shades of Gamboge #D19115

Tints of Gamboge #D19115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 55.73%
G = 38.67%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D19115 (or 0xD19115) is known color: Gamboge. HEX triplet: D1, 91 and 15. RGB value is (209,145,21). Sum of RGB (Red+Green+Blue) = 209+145+21=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D19115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19115 is #2E6EEA. Grayscale: #969696. Windows color (decimal): -3043051 or 1413585. OLE color: 1413585.

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

Color convert

RGB 209 145 21 -
CMYK 0 0.31 0.90 0.18
HSL 39.57º 0.82% 0.45% -
HSV(B) 39.57º 0.9% 0.82% -
XYZ 36.56 33.86 5.32 -
YUV 150 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 209 145 21 0 0.31 0.90 0.18 39.57 0.82 0.45
Hex D1 91 15 0 1F 5A 12 28 52 2D
Octal 321 221 25 0 37 132 22 50 122 55
Binary 11010001 10010001 10101 0 11111 1011010 10010 101000 1010010 101101

Color Harmonies of #D19115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19115

Black with #D19115

Text Example


Text Example

White with #D19115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19115; }

 p { color: rgb(209,145,21); }

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

background-color css

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

 a { background-color: rgb(209,145,21); }

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

border-color css

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

 span { border-color: rgb(209,145,21); }

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