Html Css Color HEX #D19A02 Gamboge

📋 copy color: '#D19A02'

red 209 ◦ green 154 ◦ blue 2

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

Shades of Gamboge #D19A02

Tints of Gamboge #D19A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 57.26%
G = 42.19%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D19A02 (or 0xD19A02) is known color: Gamboge. HEX triplet: D1, 9A and 02. RGB value is (209,154,2). Sum of RGB (Red+Green+Blue) = 209+154+2=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19A02 is #2E65FD. Grayscale: #999999. Windows color (decimal): -3040766 or 170705. OLE color: 170705.

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

Color convert

RGB 209 154 2 -
CMYK 0 0.26 0.99 0.18
HSL 44.06º 0.98% 0.41% -
HSV(B) 44.06º 0.99% 0.82% -
XYZ 37.86 36.67 5.14 -
YUV 153.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 209 154 2 0 0.26 0.99 0.18 44.06 0.98 0.41
Hex D1 9A 2 0 1A 63 12 2C 62 29
Octal 321 232 2 0 32 143 22 54 142 51
Binary 11010001 10011010 10 0 11010 1100011 10010 101100 1100010 101001

Color Harmonies of #D19A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A02

Black with #D19A02

Text Example


Text Example

White with #D19A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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