Html Css Color HEX #DFA303 Gamboge

📋 copy color: '#DFA303'

red 223 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #DFA303

Tints of Gamboge #DFA303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 57.33%
G = 41.9%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA303 (or 0xDFA303) is known color: Gamboge. HEX triplet: DF, A3 and 03. RGB value is (223,163,3). Sum of RGB (Red+Green+Blue) = 223+163+3=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA303 is #205CFC. Grayscale: #A3A3A3. Windows color (decimal): -2120957 or 238559. OLE color: 238559.

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

Color convert

RGB 223 163 3 -
CMYK 0 0.27 0.99 0.13
HSL 43.64º 0.97% 0.44% -
HSV(B) 43.64º 0.99% 0.87% -
XYZ 43.55 41.89 5.88 -
YUV 162.7 37.88 171.01 -
System Red Green Blue C M Y K H S L
Decimal 223 163 3 0 0.27 0.99 0.13 43.64 0.97 0.44
Hex DF A3 3 0 1B 63 D 2C 61 2C
Octal 337 243 3 0 33 143 15 54 141 54
Binary 11011111 10100011 11 0 11011 1100011 1101 101100 1100001 101100

Color Harmonies of #DFA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA303

Black with #DFA303

Text Example


Text Example

White with #DFA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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