Html Css Color HEX #DFA103 Gamboge

📋 copy color: '#DFA103'

red 223 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #DFA103

Tints of Gamboge #DFA103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

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

R = 57.62%
G = 41.6%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFA103 (or 0xDFA103) is known color: Gamboge. HEX triplet: DF, A1 and 03. RGB value is (223,161,3). Sum of RGB (Red+Green+Blue) = 223+161+3=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA103 is #205EFC. Grayscale: #A2A2A2. Windows color (decimal): -2121469 or 238047. OLE color: 238047.

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

Color convert

RGB 223 161 3 -
CMYK 0 0.28 0.99 0.13
HSL 43.09º 0.97% 0.44% -
HSV(B) 43.09º 0.99% 0.87% -
XYZ 43.19 41.18 5.76 -
YUV 161.53 38.54 171.85 -
System Red Green Blue C M Y K H S L
Decimal 223 161 3 0 0.28 0.99 0.13 43.09 0.97 0.44
Hex DF A1 3 0 1C 63 D 2B 61 2C
Octal 337 241 3 0 34 143 15 53 141 54
Binary 11011111 10100001 11 0 11100 1100011 1101 101011 1100001 101100

Color Harmonies of #DFA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA103

Black with #DFA103

Text Example


Text Example

White with #DFA103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA103; }

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

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

background-color css

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

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

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

border-color css

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

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

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