Html Css Color HEX #D19F01 Gamboge

📋 copy color: '#D19F01'

red 209 ◦ green 159 ◦ blue 1

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

Shades of Gamboge #D19F01

Tints of Gamboge #D19F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.64%
G = 43.09%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D19F01 (or 0xD19F01) is known color: Gamboge. HEX triplet: D1, 9F and 01. RGB value is (209,159,1). Sum of RGB (Red+Green+Blue) = 209+159+1=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F01 is #2E60FE. Grayscale: #9C9C9C. Windows color (decimal): -3039487 or 106449. OLE color: 106449.

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

Color convert

RGB 209 159 1 -
CMYK 0 0.24 1.00 0.18
HSL 45.58º 0.99% 0.41% -
HSV(B) 45.58º 1% 0.82% -
XYZ 38.7 38.35 5.39 -
YUV 155.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 209 159 1 0 0.24 1.00 0.18 45.58 0.99 0.41
Hex D1 9F 1 0 18 64 12 2E 63 29
Octal 321 237 1 0 30 144 22 56 143 51
Binary 11010001 10011111 1 0 11000 1100100 10010 101110 1100011 101001

Color Harmonies of #D19F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F01

Black with #D19F01

Text Example


Text Example

White with #D19F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19F01; }

 p { color: rgb(209,159,1); }

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

background-color css

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

 a { background-color: rgb(209,159,1); }

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

border-color css

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

 span { border-color: rgb(209,159,1); }

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