Html Css Color HEX #D19504 Gamboge

📋 copy color: '#D19504'

red 209 ◦ green 149 ◦ blue 4

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

Shades of Gamboge #D19504

Tints of Gamboge #D19504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 57.73%
G = 41.16%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D19504 (or 0xD19504) is known color: Gamboge. HEX triplet: D1, 95 and 04. RGB value is (209,149,4). Sum of RGB (Red+Green+Blue) = 209+149+4=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D19504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19504 is #2E6AFB. Grayscale: #979797. Windows color (decimal): -3042044 or 300497. OLE color: 300497.

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

Color convert

RGB 209 149 4 -
CMYK 0 0.29 0.98 0.18
HSL 42.44º 0.96% 0.42% -
HSV(B) 42.44º 0.98% 0.82% -
XYZ 37.06 35.06 4.93 -
YUV 150.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 209 149 4 0 0.29 0.98 0.18 42.44 0.96 0.42
Hex D1 95 4 0 1D 62 12 2A 60 2A
Octal 321 225 4 0 35 142 22 52 140 52
Binary 11010001 10010101 100 0 11101 1100010 10010 101010 1100000 101010

Color Harmonies of #D19504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19504

Black with #D19504

Text Example


Text Example

White with #D19504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19504; }

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

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

background-color css

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

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

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

border-color css

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

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

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