Html Css Color HEX #DFA503 Gamboge

📋 copy color: '#DFA503'

red 223 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #DFA503

Tints of Gamboge #DFA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 57.03%
G = 42.2%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA503 (or 0xDFA503) is known color: Gamboge. HEX triplet: DF, A5 and 03. RGB value is (223,165,3). Sum of RGB (Red+Green+Blue) = 223+165+3=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA503 is #205AFC. Grayscale: #A4A4A4. Windows color (decimal): -2120445 or 239071. OLE color: 239071.

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

Color convert

RGB 223 165 3 -
CMYK 0 0.26 0.99 0.13
HSL 44.18º 0.97% 0.44% -
HSV(B) 44.18º 0.99% 0.87% -
XYZ 43.9 42.6 6 -
YUV 163.87 37.22 170.17 -
System Red Green Blue C M Y K H S L
Decimal 223 165 3 0 0.26 0.99 0.13 44.18 0.97 0.44
Hex DF A5 3 0 1A 63 D 2C 61 2C
Octal 337 245 3 0 32 143 15 54 141 54
Binary 11011111 10100101 11 0 11010 1100011 1101 101100 1100001 101100

Color Harmonies of #DFA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA503

Black with #DFA503

Text Example


Text Example

White with #DFA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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