Html Css Color HEX #D19600 Gamboge

📋 copy color: '#D19600'

red 209 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #D19600

Tints of Gamboge #D19600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.22%
G = 41.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D19600 (or 0xD19600) is known color: Gamboge. HEX triplet: D1, 96 and 00. RGB value is (209,150,0). Sum of RGB (Red+Green+Blue) = 209+150+0=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D19600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19600 is #2E69FF. Grayscale: #979797. Windows color (decimal): -3041792 or 38609. OLE color: 38609.

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

Color convert

RGB 209 150 0 -
CMYK 0 0.28 1 0.18
HSL 43.06º 1% 0.41% -
HSV(B) 43.06º 1% 0.82% -
XYZ 37.2 35.37 4.87 -
YUV 150.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 209 150 0 0 0.28 1 0.18 43.06 1 0.41
Hex D1 96 0 0 1C 64 12 2B 64 29
Octal 321 226 0 0 34 144 22 53 144 51
Binary 11010001 10010110 0 0 11100 1100100 10010 101011 1100100 101001

Color Harmonies of #D19600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19600

Black with #D19600

Text Example


Text Example

White with #D19600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19600; }

 p { color: rgb(209,150,0); }

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

background-color css

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

 a { background-color: rgb(209,150,0); }

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

border-color css

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

 span { border-color: rgb(209,150,0); }

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