Html Css Color HEX #DFA001 Gamboge

📋 copy color: '#DFA001'

red 223 ◦ green 160 ◦ blue 1

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

Shades of Gamboge #DFA001

Tints of Gamboge #DFA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

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

R = 58.07%
G = 41.67%
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

#DFA001 (or 0xDFA001) is known color: Gamboge. HEX triplet: DF, A0 and 01. RGB value is (223,160,1). Sum of RGB (Red+Green+Blue) = 223+160+1=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA001 is #205FFE. Grayscale: #A1A1A1. Windows color (decimal): -2121727 or 106719. OLE color: 106719.

HSL color Cylindrical-coordinate representation of color #DFA001: hue angle of 42.97º 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 #DFA001 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 1 -
CMYK 0 0.28 1.00 0.13
HSL 42.97º 0.99% 0.44% -
HSV(B) 42.97º 1% 0.87% -
XYZ 43.01 40.83 5.64 -
YUV 160.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 223 160 1 0 0.28 1.00 0.13 42.97 0.99 0.44
Hex DF A0 1 0 1C 64 D 2B 63 2C
Octal 337 240 1 0 34 144 15 53 143 54
Binary 11011111 10100000 1 0 11100 1100100 1101 101011 1100011 101100

Color Harmonies of #DFA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA001

Black with #DFA001

Text Example


Text Example

White with #DFA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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