Html Css Color HEX #D19302 Gamboge

📋 copy color: '#D19302'

red 209 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #D19302

Tints of Gamboge #D19302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 58.38%
G = 41.06%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D19302 (or 0xD19302) is known color: Gamboge. HEX triplet: D1, 93 and 02. RGB value is (209,147,2). Sum of RGB (Red+Green+Blue) = 209+147+2=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D19302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19302 is #2E6CFD. Grayscale: #959595. Windows color (decimal): -3042558 or 168913. OLE color: 168913.

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

Color convert

RGB 209 147 2 -
CMYK 0 0.30 0.99 0.18
HSL 42.03º 0.98% 0.41% -
HSV(B) 42.03º 0.99% 0.82% -
XYZ 36.74 34.43 4.77 -
YUV 149.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 209 147 2 0 0.30 0.99 0.18 42.03 0.98 0.41
Hex D1 93 2 0 1E 63 12 2A 62 29
Octal 321 223 2 0 36 143 22 52 142 51
Binary 11010001 10010011 10 0 11110 1100011 10010 101010 1100010 101001

Color Harmonies of #D19302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19302

Black with #D19302

Text Example


Text Example

White with #D19302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19302; }

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

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

background-color css

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

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

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

border-color css

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

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

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