Html Css Color HEX #D19502 Gamboge

📋 copy color: '#D19502'

red 209 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #D19502

Tints of Gamboge #D19502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 58.06%
G = 41.39%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D19502 (or 0xD19502) is known color: Gamboge. HEX triplet: D1, 95 and 02. RGB value is (209,149,2). Sum of RGB (Red+Green+Blue) = 209+149+2=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D19502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19502 is #2E6AFD. Grayscale: #969696. Windows color (decimal): -3042046 or 169425. OLE color: 169425.

HSL color Cylindrical-coordinate representation of color #D19502: hue angle of 42.61º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D19502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 2 -
CMYK 0 0.29 0.99 0.18
HSL 42.61º 0.98% 0.41% -
HSV(B) 42.61º 0.99% 0.82% -
XYZ 37.05 35.05 4.87 -
YUV 150.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 209 149 2 0 0.29 0.99 0.18 42.61 0.98 0.41
Hex D1 95 2 0 1D 63 12 2B 62 29
Octal 321 225 2 0 35 143 22 53 142 51
Binary 11010001 10010101 10 0 11101 1100011 10010 101011 1100010 101001

Color Harmonies of #D19502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19502

Black with #D19502

Text Example


Text Example

White with #D19502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19502; }

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

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

background-color css

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

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

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

border-color css

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

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

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