Html Css Color HEX #DFA803 Gamboge

📋 copy color: '#DFA803'

red 223 ◦ green 168 ◦ blue 3

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

Shades of Gamboge #DFA803

Tints of Gamboge #DFA803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

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

R = 56.6%
G = 42.64%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA803 (or 0xDFA803) is known color: Gamboge. HEX triplet: DF, A8 and 03. RGB value is (223,168,3). Sum of RGB (Red+Green+Blue) = 223+168+3=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA803 is #2057FC. Grayscale: #A6A6A6. Windows color (decimal): -2119677 or 239839. OLE color: 239839.

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

Color convert

RGB 223 168 3 -
CMYK 0 0.25 0.99 0.13
HSL 45º 0.97% 0.44% -
HSV(B) 45º 0.99% 0.87% -
XYZ 44.45 43.7 6.18 -
YUV 165.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 223 168 3 0 0.25 0.99 0.13 45 0.97 0.44
Hex DF A8 3 0 19 63 D 2D 61 2C
Octal 337 250 3 0 31 143 15 55 141 54
Binary 11011111 10101000 11 0 11001 1100011 1101 101101 1100001 101100

Color Harmonies of #DFA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA803

Black with #DFA803

Text Example


Text Example

White with #DFA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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