Html Css Color HEX #D19408 Gamboge

📋 copy color: '#D19408'

red 209 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #D19408

Tints of Gamboge #D19408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 57.26%
G = 40.55%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D19408 (or 0xD19408) is known color: Gamboge. HEX triplet: D1, 94 and 08. RGB value is (209,148,8). Sum of RGB (Red+Green+Blue) = 209+148+8=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D19408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19408 is #2E6BF7. Grayscale: #969696. Windows color (decimal): -3042296 or 562385. OLE color: 562385.

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

Color convert

RGB 209 148 8 -
CMYK 0 0.29 0.96 0.18
HSL 41.79º 0.93% 0.43% -
HSV(B) 41.79º 0.96% 0.82% -
XYZ 36.93 34.75 4.99 -
YUV 150.28 47.71 169.88 -
System Red Green Blue C M Y K H S L
Decimal 209 148 8 0 0.29 0.96 0.18 41.79 0.93 0.43
Hex D1 94 8 0 1D 60 12 2A 5D 2B
Octal 321 224 10 0 35 140 22 52 135 53
Binary 11010001 10010100 1000 0 11101 1100000 10010 101010 1011101 101011

Color Harmonies of #D19408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19408

Black with #D19408

Text Example


Text Example

White with #D19408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19408; }

 p { color: rgb(209,148,8); }

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

background-color css

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

 a { background-color: rgb(209,148,8); }

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

border-color css

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

 span { border-color: rgb(209,148,8); }

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