Html Css Color HEX #DFA105 Gamboge

📋 copy color: '#DFA105'

red 223 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #DFA105

Tints of Gamboge #DFA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 57.33%
G = 41.39%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFA105 (or 0xDFA105) is known color: Gamboge. HEX triplet: DF, A1 and 05. RGB value is (223,161,5). Sum of RGB (Red+Green+Blue) = 223+161+5=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA105 is #205EFA. Grayscale: #A2A2A2. Windows color (decimal): -2121467 or 369119. OLE color: 369119.

HSL color Cylindrical-coordinate representation of color #DFA105: hue angle of 42.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFA105 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 5 -
CMYK 0 0.28 0.98 0.13
HSL 42.94º 0.96% 0.45% -
HSV(B) 42.94º 0.98% 0.87% -
XYZ 43.2 41.19 5.82 -
YUV 161.75 39.54 171.68 -
System Red Green Blue C M Y K H S L
Decimal 223 161 5 0 0.28 0.98 0.13 42.94 0.96 0.45
Hex DF A1 5 0 1C 62 D 2B 60 2D
Octal 337 241 5 0 34 142 15 53 140 55
Binary 11011111 10100001 101 0 11100 1100010 1101 101011 1100000 101101

Color Harmonies of #DFA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA105

Black with #DFA105

Text Example


Text Example

White with #DFA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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