Html Css Color HEX #DFA101 Gamboge

📋 copy color: '#DFA101'

red 223 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #DFA101

Tints of Gamboge #DFA101

RGB

 RED value IS 223 (87.5% from 255) = 57.92%

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 57.92%
G = 41.82%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFA101 (or 0xDFA101) is known color: Gamboge. HEX triplet: DF, A1 and 01. RGB value is (223,161,1). Sum of RGB (Red+Green+Blue) = 223+161+1=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA101 is #205EFE. Grayscale: #A2A2A2. Windows color (decimal): -2121471 or 106975. OLE color: 106975.

HSL color Cylindrical-coordinate representation of color #DFA101: hue angle of 43.24º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA101 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 1 -
CMYK 0 0.28 1.00 0.13
HSL 43.24º 0.99% 0.44% -
HSV(B) 43.24º 1% 0.87% -
XYZ 43.18 41.18 5.7 -
YUV 161.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 223 161 1 0 0.28 1.00 0.13 43.24 0.99 0.44
Hex DF A1 1 0 1C 64 D 2B 63 2C
Octal 337 241 1 0 34 144 15 53 143 54
Binary 11011111 10100001 1 0 11100 1100100 1101 101011 1100011 101100

Color Harmonies of #DFA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA101

Black with #DFA101

Text Example


Text Example

White with #DFA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA101; }

 p { color: rgb(223,161,1); }

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

background-color css

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

 a { background-color: rgb(223,161,1); }

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

border-color css

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

 span { border-color: rgb(223,161,1); }

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