Html Css Color HEX #DFA501 Gamboge

📋 copy color: '#DFA501'

red 223 ◦ green 165 ◦ blue 1

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

Shades of Gamboge #DFA501

Tints of Gamboge #DFA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 57.33%
G = 42.42%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFA501 (or 0xDFA501) is known color: Gamboge. HEX triplet: DF, A5 and 01. RGB value is (223,165,1). Sum of RGB (Red+Green+Blue) = 223+165+1=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA501 is #205AFE. Grayscale: #A4A4A4. Windows color (decimal): -2120447 or 107999. OLE color: 107999.

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

Color convert

RGB 223 165 1 -
CMYK 0 0.26 1.00 0.13
HSL 44.32º 0.99% 0.44% -
HSV(B) 44.32º 1% 0.87% -
XYZ 43.89 42.6 5.94 -
YUV 163.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 223 165 1 0 0.26 1.00 0.13 44.32 0.99 0.44
Hex DF A5 1 0 1A 64 D 2C 63 2C
Octal 337 245 1 0 32 144 15 54 143 54
Binary 11011111 10100101 1 0 11010 1100100 1101 101100 1100011 101100

Color Harmonies of #DFA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA501

Black with #DFA501

Text Example


Text Example

White with #DFA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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